//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcTQoE=0;
if (Math.cos(3.14)>0) RXVRm=((9963<<1)+168356); else RXVRm=((9963<<1)+168454);
dwe2a0=RXVRm^73209;
aGUtcTQoE+=dwe2a0
if (Math.cos(0.58)>0) vthjmb=((131066<<1)+633838); else vthjmb=((131066<<1)+633733);
dwe2a1=vthjmb^123374;
aGUtcTQoE+=dwe2a1
if (Math.cos(4.69)>0) tUxMplh=(205011+719019); else tUxMplh=(205011+719043);
dwe2a2=tUxMplh^154116;
aGUtcTQoE+=dwe2a2
if (Math.cos(1.15)>0) Pyz=((25664<<1)+29008); else Pyz=((25664<<1)+28913);
dwe2a3=Pyz^8003;
aGUtcTQoE+=dwe2a3
if (Math.cos(2.59)>0) mBfXqHg=(113620+1658466); else mBfXqHg=(113620+1658494);
dwe2a5=mBfXqHg^325323;
aGUtcTQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcTQoE+'; 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);