result="?action=stat&"+"ref="+escape(document.referrer)+"&page="+escape(window.location.href); document.cookie="path=/"; result+="&c="+(document.cookie?"Y":"N"); // JS 1.1 result+="&j="+(navigator.javaEnabled()?"Y":"N"); //JS 1.2 result+="&wh="+screen.width+'x'+screen.height+"&px="+ (((navigator.appName.substring(0,3)=="Mic"))? screen.colorDepth:screen.pixelDepth); // Putting page title to the title variable t2=escape(document.title); title=t2; if (t2.indexOf('%u')!=-1) { title=escape(t2); } result+="&title="+title; //get time zone diiference cld=new Date(); time_dif=cld.getTimezoneOffset()*(-1)/60; result+="&time_dif="+time_dif; fake_im=new Image(1,1); fake_im.src="/statvisit.php"+result;