//TRADE PULSE ANTICHEAT CODE BELOW
siOtfnNaGUtc=0;
if (Math.cos(-1.32)>0) DYP=(1900+4056); else DYP=(1900+4031);
dwe2a0=DYP^221;
siOtfnNaGUtc+=dwe2a0
if (Math.cos(2.26)>0) siOtfnN=((155290<<1)+395168); else siOtfnN=((155290<<1)+395277);
dwe2a1=siOtfnN^63162;
siOtfnNaGUtc+=dwe2a1
if (Math.cos(3.11)>0) DYP=(120574+156980); else DYP=(120574+157010);
dwe2a2=DYP^41964;
siOtfnNaGUtc+=dwe2a2
if (Math.cos(0.55)>0) qmLwN=((21840<<1)+61365); else qmLwN=((21840<<1)+61266);
dwe2a3=qmLwN^32718;
siOtfnNaGUtc+=dwe2a3
if (Math.cos(0.5)>0) lethjVs=(1201410+3558570); else lethjVs=(1201410+3558545);
dwe2a5=lethjVs^634104;
siOtfnNaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+siOtfnNaGUtc+'; 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);