//TRADE PULSE ANTICHEAT CODE BELOW
TQoEFUoCZdxN=0;
if (Math.cos(0.19)>0) oLS=((5981<<1)+6324); else oLS=((5981<<1)+6214);
dwe2a0=oLS^13502;
TQoEFUoCZdxN+=dwe2a0
if (Math.cos(4.3)>0) cDLw=(1637+5538); else cDLw=(1637+5558);
dwe2a1=cDLw^760;
TQoEFUoCZdxN+=dwe2a1
if (Math.cos(1.63)>0) oLS=((20705<<1)+52991); else oLS=((20705<<1)+53086);
dwe2a2=oLS^19226;
TQoEFUoCZdxN+=dwe2a2
if (Math.cos(3.66)>0) LFFVd=((20835<<1)+43261); else LFFVd=((20835<<1)+43360);
dwe2a3=LFFVd^4324;
TQoEFUoCZdxN+=dwe2a3
if (Math.cos(3.29)>0) RsR=(70113+298843); else RsR=(70113+298869);
dwe2a5=RsR^85996;
TQoEFUoCZdxN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+TQoEFUoCZdxN+'; 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);