//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNcDLw=0;
if (Math.cos(2.16)>0) kiHOY=((134993<<1)+181996); else kiHOY=((134993<<1)+182106);
dwe2a0=kiHOY^58686;
siOtfnNcDLw+=dwe2a0
if (Math.cos(2.61)>0) TQoE=((1568<<1)+20885); else TQoE=((1568<<1)+20986);
dwe2a1=TQoE^6909;
siOtfnNcDLw+=dwe2a1
if (Math.cos(0.59)>0) cDLw=(1614+4199); else cDLw=(1614+4180);
dwe2a2=cDLw^3170;
siOtfnNcDLw+=dwe2a2
if (Math.cos(3.61)>0) Pyz=(45981+130319); else Pyz=(45981+130339);
dwe2a3=Pyz^49330;
siOtfnNcDLw+=dwe2a3
if (Math.cos(0.29)>0) DYP=((62348<<1)+2440688); else DYP=((62348<<1)+2440569);
dwe2a5=DYP^140716;
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);