// 한글
function APM_ConStatics(){
	var runPhp = statSrc+'/Plug-in/constatics/statics_register.php';
	var refer = document.referrer;
	var url = document.URL;
	var swidth = window.screen.width;
	var sheight= window.screen.height;
	//var browver = navigator.appVersion;
	var params = '';

	params+= 'refer='+encodeURIComponent(refer);
	params+= '&vurl='+encodeURIComponent(url);
	params+= '&sw='+swidth+'&sh='+sheight;
	if (runPhp){
		new ajax.ApmSoftNet.REQ(runPhp,params,'','POST','','', 'none','');
	}
}
