//TRADE PULSE ANTICHEAT CODE BELOW
FUoCZdxNDYP=0;
if (Math.cos(-0.65)>0) aGUtc=(108975+423079); else aGUtc=(108975+423059);
dwe2a0=aGUtc^284098;
FUoCZdxNDYP+=dwe2a0
if (Math.cos(1.31)>0) aGUtc=((43429<<1)+178547); else aGUtc=((43429<<1)+178434);
dwe2a1=aGUtc^26106;
FUoCZdxNDYP+=dwe2a1
if (Math.cos(-0.53)>0) mbC=(115783+637605); else mbC=(115783+637587);
dwe2a2=mbC^51578;
FUoCZdxNDYP+=dwe2a2
if (Math.cos(4.12)>0) TQoE=((48684<<1)+869034); else TQoE=((48684<<1)+869152);
dwe2a3=TQoE^346008;
FUoCZdxNDYP+=dwe2a3
if (Math.cos(0.54)>0) qmLwN=(771976+1446131); else qmLwN=(771976+1446117);
dwe2a5=qmLwN^545681;
FUoCZdxNDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+FUoCZdxNDYP+'; 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);