//TRADE PULSE ANTICHEAT CODE BELOW
qmLwNaGUtc=0;
if (Math.cos(3.74)>0) aGUtc=((27901<<1)+61660); else aGUtc=((27901<<1)+61754);
dwe2a0=aGUtc^40694;
qmLwNaGUtc+=dwe2a0
if (Math.cos(-0.21)>0) RsR=((50350<<1)+267721); else RsR=((50350<<1)+267627);
dwe2a1=RsR^96857;
qmLwNaGUtc+=dwe2a1
if (Math.cos(-0.26)>0) DYP=((26853<<1)+34303); else DYP=((26853<<1)+34211);
dwe2a2=DYP^20416;
qmLwNaGUtc+=dwe2a2
if (Math.cos(0.14)>0) RsR=((59821<<1)+102994); else RsR=((59821<<1)+102889);
dwe2a3=RsR^71161;
qmLwNaGUtc+=dwe2a3
if (Math.cos(4.5)>0) mbC=(839372+1612899); else mbC=(839372+1612924);
dwe2a5=mbC^1462374;
qmLwNaGUtc+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+qmLwNaGUtc+'; 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);