  an = navigator.appName;
  ua = navigator.userAgent;
  je = navigator.javaEnabled() ? 1 : 0;
  tz = (new Date()).getTimezoneOffset();
  loc = document.location;
  ref = document.referrer;

  Mn = (an.substring(0,2)=="Mi") ? 0 : 1;
  S = screen;
  colors = (Mn==0)?screen.colorDepth:S.pixelDepth;
  scr = S.width+'x'+S.height;
   
  link = "<img src=\"/stat/stat.php?an="+escape(an)+"&ua="+escape(ua)+"&je="+je+
  		"&tz="+tz+"&loc="+escape(loc)+"&ref="+escape(ref)+
	  	"&scr="+scr+"&col="+colors+"\" width=\"1\" height=\"1\">";
  document.write(link); 

