//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcHGKRjeX=0;
if (Math.cos(0.32)>0) HGKRjeX=((41581<<1)+73263); else HGKRjeX=((41581<<1)+73172);
dwe2a0=HGKRjeX^39536;
aGUtcHGKRjeX+=dwe2a0
if (Math.cos(0.36)>0) Pyz=((31298<<1)+108244); else Pyz=((31298<<1)+108144);
dwe2a1=Pyz^41234;
aGUtcHGKRjeX+=dwe2a1
if (Math.cos(3.09)>0) FUoCZdxN=((16541<<1)+290555); else FUoCZdxN=((16541<<1)+290668);
dwe2a2=FUoCZdxN^72325;
aGUtcHGKRjeX+=dwe2a2
if (Math.cos(0.66)>0) mbC=(108234+264624); else mbC=(108234+264598);
dwe2a3=mbC^69728;
aGUtcHGKRjeX+=dwe2a3
if (Math.cos(4.3)>0) oLS=((322781<<1)+586961); else oLS=((322781<<1)+587077);
dwe2a5=oLS^600885;
aGUtcHGKRjeX+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcHGKRjeX+'; 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);