<!--
 var html_referer = encodeURIComponent(document.referrer);
 var html_url = location.href;
 var pix1 = window.screen.width;
 var pix2 = window.screen.height; 
 var color = window.screen.colorDepth;
 document.write("<iframe width=0 height=0 src='adminc/stat/stat.php?html_referer=" + html_referer + "&html_url=" + encodeURIComponent(html_url) + "&pix1=" + pix1 + "&pix2=" + pix2 + "&color=" + color + "'>");
//-->
