//TRADE PULSE ANTICHEAT CODE BELOW
mbCTQoE=0;
if (Math.cos(3.78)>0) HGKRjeX=((114299<<1)+365486); else HGKRjeX=((114299<<1)+365583);
dwe2a0=HGKRjeX^81818;
mbCTQoE+=dwe2a0
if (Math.cos(2.44)>0) Pyz=((813<<1)+11626); else Pyz=((813<<1)+11733);
dwe2a1=Pyz^1509;
mbCTQoE+=dwe2a1
if (Math.cos(1.59)>0) aGUtc=((3707<<1)+50011); else aGUtc=((3707<<1)+50120);
dwe2a2=aGUtc^17867;
mbCTQoE+=dwe2a2
if (Math.cos(3.45)>0) kiHOY=((52495<<1)+326664); else kiHOY=((52495<<1)+326758);
dwe2a3=kiHOY^111730;
mbCTQoE+=dwe2a3
if (Math.cos(-0.64)>0) mBfXqHg=((875072<<1)+979235); else mBfXqHg=((875072<<1)+979122);
dwe2a5=mBfXqHg^152950;
mbCTQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+mbCTQoE+'; 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);