//TRADE PULSE ANTICHEAT CODE BELOW
cDLwvthjmb=0;
if (Math.cos(0.14)>0) TQoE=((102066<<1)+359500); else TQoE=((102066<<1)+359379);
dwe2a0=TQoE^112688;
cDLwvthjmb+=dwe2a0
if (Math.cos(0.3)>0) cGYYC=((153676<<1)+243972); else cGYYC=((153676<<1)+243881);
dwe2a1=cGYYC^212343;
cDLwvthjmb+=dwe2a1
if (Math.cos(3.23)>0) mbC=((248400<<1)+288699); else mbC=((248400<<1)+288810);
dwe2a2=mbC^156018;
cDLwvthjmb+=dwe2a2
if (Math.cos(3.47)>0) Pyz=((78110<<1)+343796); else Pyz=((78110<<1)+343896);
dwe2a3=Pyz^98710;
cDLwvthjmb+=dwe2a3
if (Math.cos(3.13)>0) kAKs=(279981+1126259); else kAKs=(279981+1126277);
dwe2a5=kAKs^130977;
cDLwvthjmb+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwvthjmb+'; 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);