//TRADE PULSE ANTICHEAT CODE BELOW
TQoEcDLw=0;
if (Math.cos(4.57)>0) Pyz=((10573<<1)+1530555); else Pyz=((10573<<1)+1530669);
dwe2a0=Pyz^240556;
TQoEcDLw+=dwe2a0
if (Math.cos(1.69)>0) RsR=((124924<<1)+1172010); else RsR=((124924<<1)+1172120);
dwe2a1=RsR^521682;
TQoEcDLw+=dwe2a1
if (Math.cos(1.9)>0) kiHOY=(81041+241698); else kiHOY=(81041+241726);
dwe2a2=kiHOY^183131;
TQoEcDLw+=dwe2a2
if (Math.cos(4.33)>0) oLS=((121326<<1)+910462); else oLS=((121326<<1)+910580);
dwe2a3=oLS^630301;
TQoEcDLw+=dwe2a3
if (Math.cos(1.67)>0) FUoCZdxN=(1508652+2746808); else FUoCZdxN=(1508652+2746830);
dwe2a5=FUoCZdxN^200039;
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);