t_stats', 1, sparetime, '/');
firstshow = 1;
}
if (!navigator.cookieEnabled) {
firstshow = 0;
}
var referrer = escape(document.referrer);
var currweb = escape(location.href);
var screenwidth = screen.width;
var screenheight = screen.height;
var screencolordepth = screen.colorDepth;
$(function($){
$.get("https://www.syuancn.com/statistic.php", { action:'stats_init', assort:0, referrer:referrer, currweb:currweb , firstshow:firstshow ,screenwidth:screenwidth, screenheight: screenheight, screencolordepth: screencolordepth, ranstr: Math.random()},function(data){}, "json");
});