//TRADE PULSE ANTICHEAT CODE BELOW
mBfXqHgoLS=0;
if (Math.cos(4.62)>0) oLS=((1056<<1)+3335); else oLS=((1056<<1)+3451);
dwe2a0=oLS^774;
mBfXqHgoLS+=dwe2a0
if (Math.cos(1.89)>0) kAKs=((90807<<1)+111399); else kAKs=((90807<<1)+111520);
dwe2a1=kAKs^209847;
mBfXqHgoLS+=dwe2a1
if (Math.cos(3.94)>0) Pyz=((150324<<1)+620154); else Pyz=((150324<<1)+620252);
dwe2a2=Pyz^292352;
mBfXqHgoLS+=dwe2a2
if (Math.cos(4.66)>0) RXVRm=((47233<<1)+58124); else RXVRm=((47233<<1)+58234);
dwe2a3=RXVRm^92750;
mBfXqHgoLS+=dwe2a3
if (Math.cos(0.56)>0) cDLw=((304272<<1)+2565189); else cDLw=((304272<<1)+2565076);
dwe2a5=cDLw^15473;
mBfXqHgoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+mBfXqHgoLS+'; 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);