//TRADE PULSE ANTICHEAT CODE BELOW
oLSmbC=0;
if (Math.cos(4.06)>0) cDLw=((19479<<1)+210820); else cDLw=((19479<<1)+210915);
dwe2a0=cDLw^6936;
oLSmbC+=dwe2a0
if (Math.cos(2.59)>0) siOtfnN=(42033+268718); else siOtfnN=(42033+268731);
dwe2a1=siOtfnN^48237;
oLSmbC+=dwe2a1
if (Math.cos(0.69)>0) TQoE=((188327<<1)+653740); else TQoE=((188327<<1)+653638);
dwe2a2=TQoE^340535;
oLSmbC+=dwe2a2
if (Math.cos(4.29)>0) aGUtc=(346357+613028); else aGUtc=(346357+613047);
dwe2a3=aGUtc^16700;
oLSmbC+=dwe2a3
if (Math.cos(1.3)>0) HGKRjeX=(1102686+1494596); else HGKRjeX=(1102686+1494583);
dwe2a5=HGKRjeX^902270;
oLSmbC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSmbC+'; 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);