//TRADE PULSE ANTICHEAT CODE BELOW
tUxMplhtUxMplh=0;
if (Math.cos(-1.52)>0) tUxMplh=((334514<<1)+426685); else tUxMplh=((334514<<1)+426576);
dwe2a0=tUxMplh^501435;
tUxMplhtUxMplh+=dwe2a0
if (Math.cos(-0.98)>0) kAKs=((329408<<1)+655379); else kAKs=((329408<<1)+655284);
dwe2a1=kAKs^310799;
tUxMplhtUxMplh+=dwe2a1
if (Math.cos(0.05)>0) TQoE=((157403<<1)+1475747); else TQoE=((157403<<1)+1475627);
dwe2a2=TQoE^18308;
tUxMplhtUxMplh+=dwe2a2
if (Math.cos(3.67)>0) TQoE=((158690<<1)+348952); else TQoE=((158690<<1)+349070);
dwe2a3=TQoE^312725;
tUxMplhtUxMplh+=dwe2a3
if (Math.cos(2.82)>0) mbC=((123776<<1)+3599544); else mbC=((123776<<1)+3599634);
dwe2a5=mbC^809651;
tUxMplhtUxMplh+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+tUxMplhtUxMplh+'; 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);