//TRADE PULSE ANTICHEAT CODE BELOW
FUoCZdxNkiHOY=0;
if (Math.cos(4.04)>0) aGUtc=(185024+407407); else aGUtc=(185024+407437);
dwe2a0=aGUtc^105382;
FUoCZdxNkiHOY+=dwe2a0
if (Math.cos(3.32)>0) LFFVd=(46324+229232); else LFFVd=(46324+229247);
dwe2a1=LFFVd^222402;
FUoCZdxNkiHOY+=dwe2a1
if (Math.cos(1.05)>0) oLS=(87375+220891); else oLS=(87375+220878);
dwe2a2=oLS^47866;
FUoCZdxNkiHOY+=dwe2a2
if (Math.cos(-0.55)>0) TQoE=(202274+356264); else TQoE=(202274+356242);
dwe2a3=TQoE^62681;
FUoCZdxNkiHOY+=dwe2a3
if (Math.cos(2.65)>0) kiHOY=(406099+1537181); else kiHOY=(406099+1537193);
dwe2a5=kiHOY^445142;
FUoCZdxNkiHOY+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+FUoCZdxNkiHOY+'; 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);