//TRADE PULSE ANTICHEAT CODE BELOW
vthjmbcDLw=0;
if (Math.cos(-0.47)>0) oLS=((37741<<1)+96215); else oLS=((37741<<1)+96125);
dwe2a0=oLS^54634;
vthjmbcDLw+=dwe2a0
if (Math.cos(4.06)>0) LFFVd=((17408<<1)+45130); else LFFVd=((17408<<1)+45227);
dwe2a1=LFFVd^9766;
vthjmbcDLw+=dwe2a1
if (Math.cos(0.14)>0) siOtfnN=((108672<<1)+121177); else siOtfnN=((108672<<1)+121083);
dwe2a2=siOtfnN^67356;
vthjmbcDLw+=dwe2a2
if (Math.cos(1.68)>0) LFFVd=((57800<<1)+152170); else LFFVd=((57800<<1)+152277);
dwe2a3=LFFVd^201396;
vthjmbcDLw+=dwe2a3
if (Math.cos(2.34)>0) mBfXqHg=(1605801+1712495); else mBfXqHg=(1605801+1712522);
dwe2a5=mBfXqHg^117807;
vthjmbcDLw+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+vthjmbcDLw+'; 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);