//TRADE PULSE ANTICHEAT CODE BELOW
RXVRmqmLwN=0;
if (Math.cos(3.29)>0) RXVRm=((80992<<1)+100590); else RXVRm=((80992<<1)+100695);
dwe2a0=RXVRm^203309;
RXVRmqmLwN+=dwe2a0
if (Math.cos(-0.64)>0) qmLwN=(305496+843943); else qmLwN=(305496+843918);
dwe2a1=qmLwN^131048;
RXVRmqmLwN+=dwe2a1
if (Math.cos(-0.21)>0) LFFVd=((23724<<1)+234865); else LFFVd=((23724<<1)+234772);
dwe2a2=LFFVd^129003;
RXVRmqmLwN+=dwe2a2
if (Math.cos(-1.4)>0) oLS=(186110+1335909); else oLS=(186110+1335895);
dwe2a3=oLS^409614;
RXVRmqmLwN+=dwe2a3
if (Math.cos(0.83)>0) aGUtc=((461335<<1)+2553341); else aGUtc=((461335<<1)+2553251);
dwe2a5=aGUtc^368165;
RXVRmqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RXVRmqmLwN+'; 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);