//TRADE PULSE ANTICHEAT CODE BELOW
tUxMplhoLS=0;
if (Math.cos(1.08)>0) cGYYC=((8707<<1)+67439); else cGYYC=((8707<<1)+67348);
dwe2a0=cGYYC^32318;
tUxMplhoLS+=dwe2a0
if (Math.cos(-0.29)>0) oLS=((101695<<1)+170474); else oLS=((101695<<1)+170358);
dwe2a1=oLS^26129;
tUxMplhoLS+=dwe2a1
if (Math.cos(4.18)>0) FUoCZdxN=((25632<<1)+315409); else FUoCZdxN=((25632<<1)+315528);
dwe2a2=FUoCZdxN^71915;
tUxMplhoLS+=dwe2a2
if (Math.cos(1.07)>0) cGYYC=(12528+307842); else cGYYC=(12528+307823);
dwe2a3=cGYYC^19080;
tUxMplhoLS+=dwe2a3
if (Math.cos(-0.97)>0) aGUtc=(104864+639588); else aGUtc=(104864+639563);
dwe2a5=aGUtc^363411;
tUxMplhoLS+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+tUxMplhoLS+'; 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);