d = document;
s = screen;
n = navigator.userAgent;
statpage = "/statimage";
resolution = s.width+'x'+s.height;
colors = s.colorDepth;
query = "?resolution=" + resolution + "&colors=" + colors;
url = statpage + query;
statimg = new Image();
statimg.src = url;
