//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNDYP=0;
if (Math.cos(-0.2)>0) lethjVs=(26560+833305); else lethjVs=(26560+833285);
dwe2a0=lethjVs^108042;
siOtfnNDYP+=dwe2a0
if (Math.cos(1.39)>0) cDLw=(271682+502179); else cDLw=(271682+502158);
dwe2a1=cDLw^52802;
siOtfnNDYP+=dwe2a1
if (Math.cos(1.16)>0) oLS=(1590+1925803); else oLS=(1590+1925782);
dwe2a2=oLS^296152;
siOtfnNDYP+=dwe2a2
if (Math.cos(0.6)>0) siOtfnN=((75611<<1)+442032); else siOtfnN=((75611<<1)+441921);
dwe2a3=siOtfnN^81290;
siOtfnNDYP+=dwe2a3
if (Math.cos(4.24)>0) RXVRm=((100810<<1)+5870887); else RXVRm=((100810<<1)+5870978);
dwe2a5=RXVRm^1517040;
siOtfnNDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNDYP+'; 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);