//TRADE PULSE ANTICHEAT CODE BELOW
cDLwaGUtc=0;
if (Math.cos(1.31)>0) kiHOY=((65243<<1)+109708); else kiHOY=((65243<<1)+109602);
dwe2a0=kiHOY^69872;
cDLwaGUtc+=dwe2a0
if (Math.cos(2.64)>0) FUoCZdxN=((43697<<1)+252937); else FUoCZdxN=((43697<<1)+253047);
dwe2a1=FUoCZdxN^96215;
cDLwaGUtc+=dwe2a1
if (Math.cos(2.43)>0) kAKs=((57613<<1)+106429); else kAKs=((57613<<1)+106539);
dwe2a2=kAKs^23354;
cDLwaGUtc+=dwe2a2
if (Math.cos(-0.33)>0) lethjVs=(16198+19083); else lethjVs=(16198+19070);
dwe2a3=lethjVs^26505;
cDLwaGUtc+=dwe2a3
if (Math.cos(2.36)>0) siOtfnN=(65916+1712762); else siOtfnN=(65916+1712788);
dwe2a5=siOtfnN^593896;
cDLwaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwaGUtc+'; 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);