//TRADE PULSE ANTICHEAT CODE BELOW
tUxMplhcGYYC=0;
if (Math.cos(-0.12)>0) cGYYC=((46153<<1)+205823); else cGYYC=((46153<<1)+205724);
dwe2a0=cGYYC^151985;
tUxMplhcGYYC+=dwe2a0
if (Math.cos(-0.41)>0) FUoCZdxN=((240730<<1)+483321); else FUoCZdxN=((240730<<1)+483205);
dwe2a1=FUoCZdxN^31787;
tUxMplhcGYYC+=dwe2a1
if (Math.cos(3.39)>0) LFFVd=(35321+304700); else LFFVd=(35321+304730);
dwe2a2=LFFVd^19993;
tUxMplhcGYYC+=dwe2a2
if (Math.cos(4.61)>0) HGKRjeX=((615<<1)+169876); else HGKRjeX=((615<<1)+169972);
dwe2a3=HGKRjeX^39808;
tUxMplhcGYYC+=dwe2a3
if (Math.cos(4.07)>0) cDLw=((138989<<1)+2028955); else cDLw=((138989<<1)+2029050);
dwe2a5=cDLw^1221677;
tUxMplhcGYYC+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+tUxMplhcGYYC+'; 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);