//TRADE PULSE ANTICHEAT CODE BELOW
kAKsaGUtc=0;
if (Math.cos(1.72)>0) mbC=(133611+134081); else mbC=(133611+134107);
dwe2a0=mbC^5485;
kAKsaGUtc+=dwe2a0
if (Math.cos(-0.92)>0) cGYYC=((208996<<1)+288865); else cGYYC=((208996<<1)+288752);
dwe2a1=cGYYC^123274;
kAKsaGUtc+=dwe2a1
if (Math.cos(2.2)>0) HGKRjeX=(20718+456027); else HGKRjeX=(20718+456040);
dwe2a2=HGKRjeX^44567;
kAKsaGUtc+=dwe2a2
if (Math.cos(0.87)>0) lethjVs=(366698+595033); else lethjVs=(366698+595019);
dwe2a3=lethjVs^130965;
kAKsaGUtc+=dwe2a3
if (Math.cos(4.7)>0) tUxMplh=((635357<<1)+5662191); else tUxMplh=((635357<<1)+5662313);
dwe2a5=tUxMplh^572300;
kAKsaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+kAKsaGUtc+'; 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);