//TRADE PULSE ANTICHEAT CODE BELOW
aGUtccDLw=0;
if (Math.cos(3.74)>0) tUxMplh=(134294+225219); else tUxMplh=(134294+225249);
dwe2a0=tUxMplh^70263;
aGUtccDLw+=dwe2a0
if (Math.cos(4.59)>0) tUxMplh=((23650<<1)+778053); else tUxMplh=((23650<<1)+778164);
dwe2a1=tUxMplh^8016;
aGUtccDLw+=dwe2a1
if (Math.cos(4.54)>0) tUxMplh=(72110+295062); else tUxMplh=(72110+295077);
dwe2a2=tUxMplh^94276;
aGUtccDLw+=dwe2a2
if (Math.cos(4.63)>0) tUxMplh=(384356+788375); else tUxMplh=(384356+788387);
dwe2a3=tUxMplh^533807;
aGUtccDLw+=dwe2a3
if (Math.cos(3.99)>0) Pyz=((1339140<<1)+1827977); else Pyz=((1339140<<1)+1828071);
dwe2a5=Pyz^1425177;
aGUtccDLw+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtccDLw+'; 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);