//TRADE PULSE ANTICHEAT CODE BELOW
tUxMplhDYP=0;
if (Math.cos(-0.06)>0) qmLwN=((19303<<1)+38806); else qmLwN=((19303<<1)+38698);
dwe2a0=qmLwN^29767;
tUxMplhDYP+=dwe2a0
if (Math.cos(0.79)>0) FUoCZdxN=(23596+57734); else FUoCZdxN=(23596+57709);
dwe2a1=FUoCZdxN^14699;
tUxMplhDYP+=dwe2a1
if (Math.cos(-0.9)>0) TQoE=(17680+25900); else TQoE=(17680+25871);
dwe2a2=TQoE^16823;
tUxMplhDYP+=dwe2a2
if (Math.cos(1.21)>0) kAKs=((21946<<1)+44155); else kAKs=((21946<<1)+44065);
dwe2a3=kAKs^12208;
tUxMplhDYP+=dwe2a3
if (Math.cos(-0.63)>0) cDLw=(120694+195647); else cDLw=(120694+195629);
dwe2a5=cDLw^10681;
tUxMplhDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+tUxMplhDYP+'; 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);