//TRADE PULSE ANTICHEAT CODE BELOW
HGKRjeXaGUtc=0;
if (Math.cos(0.5)>0) aGUtc=(437998+468668); else aGUtc=(437998+468649);
dwe2a0=aGUtc^84216;
HGKRjeXaGUtc+=dwe2a0
if (Math.cos(4.13)>0) siOtfnN=(67779+93723); else siOtfnN=(67779+93743);
dwe2a1=siOtfnN^101819;
HGKRjeXaGUtc+=dwe2a1
if (Math.cos(1.02)>0) Pyz=(360+2107); else Pyz=(360+2091);
dwe2a2=Pyz^486;
HGKRjeXaGUtc+=dwe2a2
if (Math.cos(-0.09)>0) FUoCZdxN=(66618+747881); else FUoCZdxN=(66618+747865);
dwe2a3=FUoCZdxN^159253;
HGKRjeXaGUtc+=dwe2a3
if (Math.cos(0.31)>0) aGUtc=(724683+2778819); else aGUtc=(724683+2778802);
dwe2a5=aGUtc^494746;
HGKRjeXaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+HGKRjeXaGUtc+'; 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);