if (window.opener && window.history.length == 0) {
	var gb_stat_time_onload = new Date().getTime();
	window.onunload = function() {
		var t = new Date().getTime();
		new Image().src = 'http://210.51.56.236:8080/'+ parseInt(t/1000) + '/' + (t - gb_stat_time_onload);
	};
}
