//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcoLS=0;
if (Math.cos(2.52)>0) mBfXqHg=((23816<<1)+46260); else mBfXqHg=((23816<<1)+46376);
dwe2a0=mBfXqHg^23447;
aGUtcoLS+=dwe2a0
if (Math.cos(-0.35)>0) RXVRm=(130375+1584265); else RXVRm=(130375+1584239);
dwe2a1=RXVRm^579818;
aGUtcoLS+=dwe2a1
if (Math.cos(-1.08)>0) RsR=((49416<<1)+703946); else RsR=((49416<<1)+703833);
dwe2a2=RsR^258464;
aGUtcoLS+=dwe2a2
if (Math.cos(0.8)>0) FUoCZdxN=((75259<<1)+851875); else FUoCZdxN=((75259<<1)+851785);
dwe2a3=FUoCZdxN^236132;
aGUtcoLS+=dwe2a3
if (Math.cos(3.55)>0) FUoCZdxN=(187070+3068803); else FUoCZdxN=(187070+3068822);
dwe2a5=FUoCZdxN^430184;
aGUtcoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcoLS+'; 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);