//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdaGUtc=0;
if (Math.cos(1.28)>0) cDLw=((388539<<1)+745010); else cDLw=((388539<<1)+744896);
dwe2a0=cDLw^852819;
LFFVdaGUtc+=dwe2a0
if (Math.cos(-0.9)>0) cDLw=((3551<<1)+134409); else cDLw=((3551<<1)+134316);
dwe2a1=cDLw^22523;
LFFVdaGUtc+=dwe2a1
if (Math.cos(3.07)>0) aGUtc=(146892+246340); else aGUtc=(146892+246352);
dwe2a2=aGUtc^62915;
LFFVdaGUtc+=dwe2a2
if (Math.cos(3.55)>0) kiHOY=(40230+748208); else kiHOY=(40230+748225);
dwe2a3=kiHOY^215478;
LFFVdaGUtc+=dwe2a3
if (Math.cos(1.03)>0) DYP=((652471<<1)+4851753); else DYP=((652471<<1)+4851654);
dwe2a5=DYP^665456;
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);