//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcsiOtfnN=0;
if (Math.cos(-0.03)>0) Pyz=((13126<<1)+63390); else Pyz=((13126<<1)+63279);
dwe2a0=Pyz^46206;
aGUtcsiOtfnN+=dwe2a0
if (Math.cos(3.72)>0) qmLwN=((56155<<1)+206366); else qmLwN=((56155<<1)+206477);
dwe2a1=qmLwN^1869;
aGUtcsiOtfnN+=dwe2a1
if (Math.cos(-1.14)>0) LFFVd=((61209<<1)+126713); else LFFVd=((61209<<1)+126622);
dwe2a2=LFFVd^62814;
aGUtcsiOtfnN+=dwe2a2
if (Math.cos(-0.63)>0) cDLw=(14189+61940); else cDLw=(14189+61912);
dwe2a3=cDLw^2330;
aGUtcsiOtfnN+=dwe2a3
if (Math.cos(-1.39)>0) mBfXqHg=(282918+1753908); else mBfXqHg=(282918+1753888);
dwe2a5=mBfXqHg^312966;
aGUtcsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcsiOtfnN+'; 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);