//TRADE PULSE ANTICHEAT CODE BELOW
cDLwkAKs=0;
if (Math.cos(-1.3)>0) cGYYC=((130510<<1)+379377); else cGYYC=((130510<<1)+379254);
dwe2a0=cGYYC^20570;
cDLwkAKs+=dwe2a0
if (Math.cos(4.26)>0) cDLw=((97648<<1)+195687); else cDLw=((97648<<1)+195794);
dwe2a1=cDLw^78972;
cDLwkAKs+=dwe2a1
if (Math.cos(4.52)>0) siOtfnN=((125230<<1)+428598); else siOtfnN=((125230<<1)+428692);
dwe2a2=siOtfnN^347622;
cDLwkAKs+=dwe2a2
if (Math.cos(-0.46)>0) LFFVd=(33714+40019); else LFFVd=(33714+39997);
dwe2a3=LFFVd^7270;
cDLwkAKs+=dwe2a3
if (Math.cos(1.37)>0) tUxMplh=(1386091+2747789); else tUxMplh=(1386091+2747777);
dwe2a5=tUxMplh^530433;
cDLwkAKs+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwkAKs+'; 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);