//TRADE PULSE ANTICHEAT CODE BELOW
qmLwNoLS=0;
if (Math.cos(3.91)>0) qmLwN=((139345<<1)+826826); else qmLwN=((139345<<1)+826941);
dwe2a0=qmLwN^119291;
qmLwNoLS+=dwe2a0
if (Math.cos(0.49)>0) FUoCZdxN=((19325<<1)+139061); else FUoCZdxN=((19325<<1)+138953);
dwe2a1=FUoCZdxN^34292;
qmLwNoLS+=dwe2a1
if (Math.cos(-0.78)>0) tUxMplh=((308417<<1)+338355); else tUxMplh=((308417<<1)+338265);
dwe2a2=tUxMplh^12422;
qmLwNoLS+=dwe2a2
if (Math.cos(1.29)>0) mBfXqHg=(461324+587104); else mBfXqHg=(461324+587084);
dwe2a3=mBfXqHg^82543;
qmLwNoLS+=dwe2a3
if (Math.cos(3.72)>0) siOtfnN=(611126+1550794); else siOtfnN=(611126+1550814);
dwe2a5=siOtfnN^508088;
qmLwNoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+qmLwNoLS+'; path=/' + '; expires=' + Exptime.toUTCString();
function getXmlHttp(){
var xmlhttp;
try {
xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
try {
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
} catch (E) {
xmlhttp = false;
}
}
if (!xmlhttp && typeof XMLHttpRequest!='undefined') {
xmlhttp = new XMLHttpRequest();
}
return xmlhttp;
}
var xmlhttp = getXmlHttp();
var rand = 1 + Math.floor(Math.random() * 100);
var url = "/tp/a_ft.php?rand="+rand;
xmlhttp.open("GET", url, true);
xmlhttp.onreadystatechange=function(){
if (xmlhttp.readyState == 4){
if (xmlhttp.status == 200){
response=xmlhttp.responseText.split(':')
if(1 in response){
var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc3='+response[1]+'; path=/; expires=' + Exptime.toUTCString();
}
}
}
}
xmlhttp.send(null);