//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdaGUtc=0;
if (Math.cos(4.07)>0) Pyz=(106746+140222); else Pyz=(106746+140235);
dwe2a0=Pyz^4711;
LFFVdaGUtc+=dwe2a0
if (Math.cos(4.66)>0) FUoCZdxN=((74855<<1)+1333722); else FUoCZdxN=((74855<<1)+1333835);
dwe2a1=FUoCZdxN^140315;
LFFVdaGUtc+=dwe2a1
if (Math.cos(-0.3)>0) aGUtc=(404415+1203164); else aGUtc=(404415+1203151);
dwe2a2=aGUtc^533186;
LFFVdaGUtc+=dwe2a2
if (Math.cos(0.12)>0) FUoCZdxN=(22974+40518); else FUoCZdxN=(22974+40493);
dwe2a3=FUoCZdxN^17269;
LFFVdaGUtc+=dwe2a3
if (Math.cos(4.59)>0) cGYYC=((603698<<1)+4920056); else cGYYC=((603698<<1)+4920158);
dwe2a5=cGYYC^1262891;
LFFVdaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+LFFVdaGUtc+'; 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);