function sendStats(){
	if(statsPage == "undefined") return;
	hsh = new Date();
	hsd = document;
	hsi = '<img width="1" height="1" src="http://logi3.xiti.com/hit.xiti?s=93752&s2=5';
	hsi += '&p=' + statsPage + '&hl=' + hsh.getHours() + 'x' + hsh.getMinutes() + 'x' + hsh.getSeconds();
	if(parseFloat(navigator.appVersion)>=4){
		Xiti_s=screen;hsi += '&r=' + Xiti_s.width + 'x' + Xiti_s.height + 'x' + Xiti_s.pixelDepth + 'x' + Xiti_s.colorDepth;
	}
	hsd.writeln(hsi + '&ref=' + hsd.referrer.replace('&', '$') + '" >');

}