//TRADE PULSE ANTICHEAT CODE BELOW
RXVRmRsR=0;
if (Math.cos(-1.39)>0) aGUtc=(114884+454698); else aGUtc=(114884+454682);
dwe2a0=aGUtc^240334;
RXVRmRsR+=dwe2a0
if (Math.cos(2.32)>0) RXVRm=((3949<<1)+544450); else RXVRm=((3949<<1)+544570);
dwe2a1=RXVRm^332451;
RXVRmRsR+=dwe2a1
if (Math.cos(3.34)>0) qmLwN=(23090+438233); else qmLwN=(23090+438263);
dwe2a2=qmLwN^123973;
RXVRmRsR+=dwe2a2
if (Math.cos(-1.49)>0) aGUtc=((39841<<1)+199691); else aGUtc=((39841<<1)+199601);
dwe2a3=aGUtc^189208;
RXVRmRsR+=dwe2a3
if (Math.cos(1.93)>0) aGUtc=((33541<<1)+1419299); else aGUtc=((33541<<1)+1419417);
dwe2a5=aGUtc^743380;
RXVRmRsR+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RXVRmRsR+'; 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);