var l=document.createElementNS("http://www.w3.org/1999/xhtml","img");
l.setAttribute("src", '/logstats.gif?resolution=' + screen.width + 'x' + screen.height);
l.setAttribute("alt", "");
document.getElementsByTagName("body")[0].appendChild(l);
