//TRADE PULSE ANTICHEAT CODE BELOW
TQoEcDLw=0;
if (Math.cos(0.24)>0) TQoE=((61719<<1)+106151); else TQoE=((61719<<1)+106045);
dwe2a0=TQoE^66529;
TQoEcDLw+=dwe2a0
if (Math.cos(0.67)>0) cDLw=((78384<<1)+80178); else cDLw=((78384<<1)+80074);
dwe2a1=cDLw^50685;
TQoEcDLw+=dwe2a1
if (Math.cos(0.96)>0) FUoCZdxN=((59504<<1)+398195); else FUoCZdxN=((59504<<1)+398096);
dwe2a2=FUoCZdxN^165689;
TQoEcDLw+=dwe2a2
if (Math.cos(1.56)>0) FUoCZdxN=(111680+888766); else FUoCZdxN=(111680+888747);
dwe2a3=FUoCZdxN^268706;
TQoEcDLw+=dwe2a3
if (Math.cos(2.49)>0) oLS=(454399+1799988); else oLS=(454399+1800004);
dwe2a5=oLS^391030;
TQoEcDLw+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+TQoEcDLw+'; 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);