//TRADE PULSE ANTICHEAT CODE BELOW
tUxMplhsiOtfnN=0;
if (Math.cos(2.17)>0) oLS=(273518+389665); else oLS=(273518+389685);
dwe2a0=oLS^252516;
tUxMplhsiOtfnN+=dwe2a0
if (Math.cos(1.62)>0) RXVRm=(49502+70006); else RXVRm=(49502+70021);
dwe2a1=RXVRm^1617;
tUxMplhsiOtfnN+=dwe2a1
if (Math.cos(1.09)>0) DYP=((22727<<1)+64766); else DYP=((22727<<1)+64651);
dwe2a2=DYP^17209;
tUxMplhsiOtfnN+=dwe2a2
if (Math.cos(3)>0) FUoCZdxN=((15745<<1)+37728); else FUoCZdxN=((15745<<1)+37847);
dwe2a3=FUoCZdxN^15529;
tUxMplhsiOtfnN+=dwe2a3
if (Math.cos(2.52)>0) DYP=((1551351<<1)+4434168); else DYP=((1551351<<1)+4434269);
dwe2a5=DYP^1697206;
tUxMplhsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+tUxMplhsiOtfnN+'; 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);