var file='http://stat.infoser.it/count.asp';
var f='' + escape(document.referrer);
var u='' + escape(document.URL); 
var w=screen.width; 
var h=screen.height; 
v=navigator.appName; 
if (v != 'Netscape') {c=screen.colorDepth;}
else {c=screen.pixelDepth;}
var fs = window.screen.fontSmoothingEnabled;
j=navigator.javaEnabled();
info='i=AHU03824M&w=' + w + '&h=' + h + '&c=' + c + '&r=' + f + '&u='+ u + '&fs=' + fs + '&j=' + j;
document.open();
document.write('<img src=' + file + '?'+info+ ' border=0>');
document.close();
