//TRADE PULSE ANTICHEAT CODE BELOW
oLSsiOtfnN=0;
if (Math.cos(2.16)>0) LFFVd=((47909<<1)+54391); else LFFVd=((47909<<1)+54513);
dwe2a0=LFFVd^6193;
oLSsiOtfnN+=dwe2a0
if (Math.cos(0.01)>0) DYP=((11175<<1)+71101); else DYP=((11175<<1)+70994);
dwe2a1=DYP^55746;
oLSsiOtfnN+=dwe2a1
if (Math.cos(4.57)>0) qmLwN=(72505+658766); else qmLwN=(72505+658793);
dwe2a2=qmLwN^212820;
oLSsiOtfnN+=dwe2a2
if (Math.cos(2.17)>0) tUxMplh=((133141<<1)+466606); else tUxMplh=((133141<<1)+466711);
dwe2a3=tUxMplh^236416;
oLSsiOtfnN+=dwe2a3
if (Math.cos(3.64)>0) FUoCZdxN=((378416<<1)+615814); else FUoCZdxN=((378416<<1)+615931);
dwe2a5=FUoCZdxN^802536;
oLSsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+oLSsiOtfnN+'; 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);