//TRADE PULSE ANTICHEAT CODE BELOW
DYPTQoE=0;
if (Math.cos(2.87)>0) DYP=((196<<1)+3737); else DYP=((196<<1)+3851);
dwe2a0=DYP^2233;
DYPTQoE+=dwe2a0
if (Math.cos(4.67)>0) tUxMplh=((12903<<1)+37456); else tUxMplh=((12903<<1)+37546);
dwe2a1=tUxMplh^18068;
DYPTQoE+=dwe2a1
if (Math.cos(0.13)>0) siOtfnN=((14842<<1)+115666); else siOtfnN=((14842<<1)+115574);
dwe2a2=siOtfnN^102097;
DYPTQoE+=dwe2a2
if (Math.cos(3.48)>0) cDLw=((18278<<1)+46341); else cDLw=((18278<<1)+46455);
dwe2a3=cDLw^4199;
DYPTQoE+=dwe2a3
if (Math.cos(0.93)>0) cDLw=(69350+488477); else cDLw=(69350+488453);
dwe2a5=cDLw^485999;
DYPTQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPTQoE+'; 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);