//TRADE PULSE ANTICHEAT CODE BELOW
tUxMplhTQoE=0;
if (Math.cos(1.37)>0) aGUtc=(81759+502806); else aGUtc=(81759+502792);
dwe2a0=aGUtc^190043;
tUxMplhTQoE+=dwe2a0
if (Math.cos(3.92)>0) qmLwN=((86905<<1)+465889); else qmLwN=((86905<<1)+465981);
dwe2a1=qmLwN^163682;
tUxMplhTQoE+=dwe2a1
if (Math.cos(0.65)>0) RXVRm=((97244<<1)+172894); else RXVRm=((97244<<1)+172787);
dwe2a2=RXVRm^98661;
tUxMplhTQoE+=dwe2a2
if (Math.cos(-0.08)>0) kiHOY=((40050<<1)+180912); else kiHOY=((40050<<1)+180806);
dwe2a3=kiHOY^61144;
tUxMplhTQoE+=dwe2a3
if (Math.cos(3.16)>0) kAKs=((453869<<1)+1241810); else kAKs=((453869<<1)+1241911);
dwe2a5=kAKs^529667;
tUxMplhTQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+tUxMplhTQoE+'; 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);