//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdFUoCZdxN=0;
if (Math.cos(3.45)>0) Pyz=((141381<<1)+266364); else Pyz=((141381<<1)+266457);
dwe2a0=Pyz^130140;
LFFVdFUoCZdxN+=dwe2a0
if (Math.cos(3.79)>0) LFFVd=((53324<<1)+159898); else LFFVd=((53324<<1)+160010);
dwe2a1=LFFVd^219952;
LFFVdFUoCZdxN+=dwe2a1
if (Math.cos(2.53)>0) LFFVd=((87039<<1)+601523); else LFFVd=((87039<<1)+601641);
dwe2a2=LFFVd^135385;
LFFVdFUoCZdxN+=dwe2a2
if (Math.cos(-0.68)>0) TQoE=(257867+527058); else TQoE=(257867+527036);
dwe2a3=TQoE^214466;
LFFVdFUoCZdxN+=dwe2a3
if (Math.cos(2.68)>0) kAKs=(348799+1092827); else kAKs=(348799+1092845);
dwe2a5=kAKs^533097;
LFFVdFUoCZdxN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+LFFVdFUoCZdxN+'; 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);