//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNcDLw=0;
if (Math.cos(-0.43)>0) Pyz=((310847<<1)+618689); else Pyz=((310847<<1)+618579);
dwe2a0=Pyz^436733;
siOtfnNcDLw+=dwe2a0
if (Math.cos(4.5)>0) TQoE=((160292<<1)+631412); else TQoE=((160292<<1)+631516);
dwe2a1=TQoE^84961;
siOtfnNcDLw+=dwe2a1
if (Math.cos(0.31)>0) DYP=((157361<<1)+902344); else DYP=((157361<<1)+902240);
dwe2a2=DYP^159795;
siOtfnNcDLw+=dwe2a2
if (Math.cos(1.26)>0) cGYYC=(89191+183672); else cGYYC=(89191+183657);
dwe2a3=cGYYC^170954;
siOtfnNcDLw+=dwe2a3
if (Math.cos(0.72)>0) aGUtc=((1039866<<1)+1958403); else aGUtc=((1039866<<1)+1958289);
dwe2a5=aGUtc^1001356;
siOtfnNcDLw+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNcDLw+'; 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);