//TRADE PULSE ANTICHEAT CODE BELOW
aGUtcmbC=0;
if (Math.cos(4.15)>0) DYP=(207673+711760); else DYP=(207673+711784);
dwe2a0=DYP^345142;
aGUtcmbC+=dwe2a0
if (Math.cos(1.42)>0) aGUtc=((111992<<1)+200625); else aGUtc=((111992<<1)+200526);
dwe2a1=aGUtc^81151;
aGUtcmbC+=dwe2a1
if (Math.cos(1.86)>0) RXVRm=(74259+1267252); else RXVRm=(74259+1267265);
dwe2a2=RXVRm^496065;
aGUtcmbC+=dwe2a2
if (Math.cos(0.61)>0) Pyz=(80861+473113); else Pyz=(80861+473090);
dwe2a3=Pyz^52896;
aGUtcmbC+=dwe2a3
if (Math.cos(3.85)>0) qmLwN=(403373+2066428); else qmLwN=(403373+2066443);
dwe2a5=qmLwN^1233412;
aGUtcmbC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+aGUtcmbC+'; 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);