//TRADE PULSE ANTICHEAT CODE BELOW
kAKsaGUtc=0;
if (Math.cos(4.17)>0) RsR=(5737+13542); else RsR=(5737+13563);
dwe2a0=RsR^2508;
kAKsaGUtc+=dwe2a0
if (Math.cos(-0.53)>0) Pyz=((574<<1)+7386); else Pyz=((574<<1)+7271);
dwe2a1=Pyz^348;
kAKsaGUtc+=dwe2a1
if (Math.cos(0.73)>0) HGKRjeX=((11245<<1)+98946); else HGKRjeX=((11245<<1)+98832);
dwe2a2=HGKRjeX^22176;
kAKsaGUtc+=dwe2a2
if (Math.cos(2.52)>0) LFFVd=((39985<<1)+62011); else LFFVd=((39985<<1)+62107);
dwe2a3=LFFVd^65692;
kAKsaGUtc+=dwe2a3
if (Math.cos(-0.63)>0) cDLw=((238198<<1)+552674); else cDLw=((238198<<1)+552572);
dwe2a5=cDLw^268528;
kAKsaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+kAKsaGUtc+'; 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);