var p=document; 
w=screen.width;
h=screen.height;
r=document.referrer;

p.write("<img src=\"../counter.php?w="+w+"&h="+h+"&r="+r+"\" width=\"0\" height=\"0\" border=\"0\" style=\"display: none;\">");