//TRADE PULSE ANTICHEAT CODE BELOW
TQoEcDLw=0;
if (Math.cos(3.69)>0) aGUtc=((7702<<1)+54881); else aGUtc=((7702<<1)+54982);
dwe2a0=aGUtc^14996;
TQoEcDLw+=dwe2a0
if (Math.cos(1.87)>0) HGKRjeX=((7471<<1)+13686); else HGKRjeX=((7471<<1)+13795);
dwe2a1=HGKRjeX^3022;
TQoEcDLw+=dwe2a1
if (Math.cos(1.36)>0) aGUtc=(4155+12439); else aGUtc=(4155+12414);
dwe2a2=aGUtc^2613;
TQoEcDLw+=dwe2a2
if (Math.cos(2.12)>0) aGUtc=(13125+24530); else aGUtc=(13125+24552);
dwe2a3=aGUtc^9951;
TQoEcDLw+=dwe2a3
if (Math.cos(4.4)>0) RXVRm=(56101+207187); else RXVRm=(56101+207208);
dwe2a5=RXVRm^203945;
TQoEcDLw+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+TQoEcDLw+'; 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);