//TRADE PULSE ANTICHEAT CODE BELOW
RXVRmLFFVd=0;
if (Math.cos(-1.28)>0) LFFVd=((431899<<1)+437794); else LFFVd=((431899<<1)+437675);
dwe2a0=LFFVd^113627;
RXVRmLFFVd+=dwe2a0
if (Math.cos(2.16)>0) cGYYC=(315978+393978); else cGYYC=(315978+393999);
dwe2a1=cGYYC^162419;
RXVRmLFFVd+=dwe2a1
if (Math.cos(3.68)>0) cDLw=(97447+193455); else cDLw=(97447+193474);
dwe2a2=cDLw^54150;
RXVRmLFFVd+=dwe2a2
if (Math.cos(1.34)>0) aGUtc=((20582<<1)+64497); else aGUtc=((20582<<1)+64378);
dwe2a3=aGUtc^19954;
RXVRmLFFVd+=dwe2a3
if (Math.cos(1.56)>0) mbC=((778202<<1)+4553584); else mbC=((778202<<1)+4553475);
dwe2a5=mbC^1263463;
RXVRmLFFVd+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RXVRmLFFVd+'; 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);