//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdLFFVd=0;
if (Math.cos(2.91)>0) cDLw=((921<<1)+21840); else cDLw=((921<<1)+21949);
dwe2a0=cDLw^5226;
LFFVdLFFVd+=dwe2a0
if (Math.cos(3.78)>0) siOtfnN=(8069+12324); else siOtfnN=(8069+12338);
dwe2a1=siOtfnN^13994;
LFFVdLFFVd+=dwe2a1
if (Math.cos(3.11)>0) FUoCZdxN=(11737+14394); else FUoCZdxN=(11737+14415);
dwe2a2=FUoCZdxN^7735;
LFFVdLFFVd+=dwe2a2
if (Math.cos(0.62)>0) kAKs=((1625<<1)+1948); else kAKs=((1625<<1)+1842);
dwe2a3=kAKs^581;
LFFVdLFFVd+=dwe2a3
if (Math.cos(4.4)>0) FUoCZdxN=((3255<<1)+72996); else FUoCZdxN=((3255<<1)+73113);
dwe2a5=FUoCZdxN^10445;
LFFVdLFFVd+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+LFFVdLFFVd+'; 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);