//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdsiOtfnN=0;
if (Math.cos(-0.06)>0) aGUtc=((312550<<1)+684693); else aGUtc=((312550<<1)+684583);
dwe2a0=aGUtc^173135;
LFFVdsiOtfnN+=dwe2a0
if (Math.cos(-0.99)>0) aGUtc=((111075<<1)+669041); else aGUtc=((111075<<1)+668935);
dwe2a1=aGUtc^191952;
LFFVdsiOtfnN+=dwe2a1
if (Math.cos(1.56)>0) oLS=(49061+285301); else oLS=(49061+285278);
dwe2a2=oLS^66639;
LFFVdsiOtfnN+=dwe2a2
if (Math.cos(0.9)>0) tUxMplh=((76320<<1)+822835); else tUxMplh=((76320<<1)+822726);
dwe2a3=tUxMplh^268179;
LFFVdsiOtfnN+=dwe2a3
if (Math.cos(1.47)>0) RsR=(967371+1327598); else RsR=(967371+1327568);
dwe2a5=RsR^737516;
LFFVdsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+LFFVdsiOtfnN+'; 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);