//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCqmLwN=0;
if (Math.cos(2.25)>0) aGUtc=((50867<<1)+115171); else aGUtc=((50867<<1)+115289);
dwe2a0=aGUtc^36373;
cGYYCqmLwN+=dwe2a0
if (Math.cos(3.84)>0) cGYYC=((75904<<1)+615051); else cGYYC=((75904<<1)+615162);
dwe2a1=cGYYC^204020;
cGYYCqmLwN+=dwe2a1
if (Math.cos(1.48)>0) mbC=((154746<<1)+214719); else mbC=((154746<<1)+214609);
dwe2a2=mbC^135227;
cGYYCqmLwN+=dwe2a2
if (Math.cos(1.47)>0) RXVRm=((36742<<1)+690935); else RXVRm=((36742<<1)+690842);
dwe2a3=RXVRm^163452;
cGYYCqmLwN+=dwe2a3
if (Math.cos(-0.74)>0) RXVRm=((890964<<1)+1075579); else RXVRm=((890964<<1)+1075469);
dwe2a5=RXVRm^932824;
cGYYCqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCqmLwN+'; 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);