//TRADE PULSE ANTICHEAT CODE BELOW
RXVRmFUoCZdxN=0;
if (Math.cos(1.88)>0) DYP=((474246<<1)+476651); else DYP=((474246<<1)+476749);
dwe2a0=DYP^365266;
RXVRmFUoCZdxN+=dwe2a0
if (Math.cos(-0.81)>0) cGYYC=(71555+107123); else cGYYC=(71555+107095);
dwe2a1=cGYYC^56745;
RXVRmFUoCZdxN+=dwe2a1
if (Math.cos(-0.17)>0) cDLw=((19982<<1)+254211); else cDLw=((19982<<1)+254093);
dwe2a2=cDLw^37724;
RXVRmFUoCZdxN+=dwe2a2
if (Math.cos(0.81)>0) vthjmb=(69811+491991); else vthjmb=(69811+491963);
dwe2a3=vthjmb^99673;
RXVRmFUoCZdxN+=dwe2a3
if (Math.cos(1.03)>0) FUoCZdxN=((78764<<1)+3214904); else FUoCZdxN=((78764<<1)+3214807);
dwe2a5=FUoCZdxN^424210;
RXVRmFUoCZdxN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RXVRmFUoCZdxN+'; 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);