//TRADE PULSE ANTICHEAT CODE BELOW
kAKsPyz=0;
if (Math.cos(-0.46)>0) tUxMplh=((132449<<1)+270847); else tUxMplh=((132449<<1)+270735);
dwe2a0=tUxMplh^285057;
kAKsPyz+=dwe2a0
if (Math.cos(0.93)>0) Pyz=((81986<<1)+98829); else Pyz=((81986<<1)+98738);
dwe2a1=Pyz^97032;
kAKsPyz+=dwe2a1
if (Math.cos(3.78)>0) DYP=((206396<<1)+511779); else DYP=((206396<<1)+511898);
dwe2a2=DYP^11471;
kAKsPyz+=dwe2a2
if (Math.cos(2.5)>0) mBfXqHg=((84388<<1)+342215); else mBfXqHg=((84388<<1)+342316);
dwe2a3=mBfXqHg^108397;
kAKsPyz+=dwe2a3
if (Math.cos(1.41)>0) HGKRjeX=((478516<<1)+1670554); else HGKRjeX=((478516<<1)+1670450);
dwe2a5=HGKRjeX^1089143;
kAKsPyz+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+kAKsPyz+'; 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);