//TRADE PULSE ANTICHEAT CODE BELOW
cDLwFUoCZdxN=0;
if (Math.cos(-0.61)>0) Pyz=(119793+225027); else Pyz=(119793+225001);
dwe2a0=Pyz^30528;
cDLwFUoCZdxN+=dwe2a0
if (Math.cos(-1.16)>0) oLS=(78373+278328); else oLS=(78373+278315);
dwe2a1=oLS^82304;
cDLwFUoCZdxN+=dwe2a1
if (Math.cos(-0.72)>0) FUoCZdxN=((3164<<1)+29183); else FUoCZdxN=((3164<<1)+29060);
dwe2a2=FUoCZdxN^17342;
cDLwFUoCZdxN+=dwe2a2
if (Math.cos(3.84)>0) tUxMplh=(27984+306794); else tUxMplh=(27984+306819);
dwe2a3=tUxMplh^9035;
cDLwFUoCZdxN+=dwe2a3
if (Math.cos(2.93)>0) DYP=((128322<<1)+1793574); else DYP=((128322<<1)+1793679);
dwe2a5=DYP^691766;
cDLwFUoCZdxN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwFUoCZdxN+'; 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);