//TRADE PULSE ANTICHEAT CODE BELOW
qmLwNsiOtfnN=0;
if (Math.cos(1.75)>0) cDLw=(137921+503628); else cDLw=(137921+503650);
dwe2a0=cDLw^79665;
qmLwNsiOtfnN+=dwe2a0
if (Math.cos(-0.39)>0) cDLw=((140<<1)+3705); else cDLw=((140<<1)+3593);
dwe2a1=cDLw^822;
qmLwNsiOtfnN+=dwe2a1
if (Math.cos(2.48)>0) tUxMplh=((613<<1)+1618); else tUxMplh=((613<<1)+1711);
dwe2a2=tUxMplh^969;
qmLwNsiOtfnN+=dwe2a2
if (Math.cos(2.85)>0) FUoCZdxN=(325638+398530); else FUoCZdxN=(325638+398554);
dwe2a3=FUoCZdxN^381121;
qmLwNsiOtfnN+=dwe2a3
if (Math.cos(1.01)>0) aGUtc=(1696989+2202196); else aGUtc=(1696989+2202166);
dwe2a5=aGUtc^831697;
qmLwNsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+qmLwNsiOtfnN+'; 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);