var thisUrl=window.location.href.split('?');
var rootUrl="http://html.woso.cc";//http://120.64.245.100
var thistime=new Date().valueOf();

function sendHits(){
	var urls=rootUrl+'/stats/index.php?url=' + thisUrl[0] + '&ip=' + ip + '&action=total&tid='+tid;//alert(urls);
	document.write(unescape("%3Cscript src='" + urls + "&n=" + thistime + "' type='text/javascript'%3E%3C/script%3E"));
	//send_request("GET",urls,null);
}
sendHits();
