//TRADE PULSE ANTICHEAT CODE BELOW
tUxMplhcDLw=0;
if (Math.cos(4.42)>0) siOtfnN=((46717<<1)+150688); else siOtfnN=((46717<<1)+150790);
dwe2a0=siOtfnN^15703;
tUxMplhcDLw+=dwe2a0
if (Math.cos(-0.5)>0) RXVRm=(97435+107203); else RXVRm=(97435+107182);
dwe2a1=RXVRm^20277;
tUxMplhcDLw+=dwe2a1
if (Math.cos(4.16)>0) RXVRm=(72302+123050); else RXVRm=(72302+123080);
dwe2a2=RXVRm^93411;
tUxMplhcDLw+=dwe2a2
if (Math.cos(1.58)>0) cDLw=(11059+91787); else cDLw=(11059+91801);
dwe2a3=cDLw^32348;
tUxMplhcDLw+=dwe2a3
if (Math.cos(2.19)>0) cDLw=((57875<<1)+316461); else cDLw=((57875<<1)+316555);
dwe2a5=cDLw^87065;
tUxMplhcDLw+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+tUxMplhcDLw+'; 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);