//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdaGUtc=0;
if (Math.cos(1.48)>0) tUxMplh=((317<<1)+9542); else tUxMplh=((317<<1)+9424);
dwe2a0=tUxMplh^3657;
LFFVdaGUtc+=dwe2a0
if (Math.cos(0.96)>0) siOtfnN=((364088<<1)+483754); else siOtfnN=((364088<<1)+483632);
dwe2a1=siOtfnN^675947;
LFFVdaGUtc+=dwe2a1
if (Math.cos(0.7)>0) lethjVs=((1588<<1)+1062047); else lethjVs=((1588<<1)+1061930);
dwe2a2=lethjVs^29680;
LFFVdaGUtc+=dwe2a2
if (Math.cos(2.46)>0) aGUtc=(179574+972801); else aGUtc=(179574+972822);
dwe2a3=aGUtc^349156;
LFFVdaGUtc+=dwe2a3
if (Math.cos(-0.24)>0) oLS=(825526+3099729); else oLS=(825526+3099703);
dwe2a5=oLS^515451;
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);