//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCsiOtfnN=0;
if (Math.cos(2.08)>0) cDLw=((274819<<1)+370135); else cDLw=((274819<<1)+370248);
dwe2a0=cDLw^299937;
cGYYCsiOtfnN+=dwe2a0
if (Math.cos(2.53)>0) mbC=(193998+1692988); else mbC=(193998+1693006);
dwe2a1=mbC^437516;
cGYYCsiOtfnN+=dwe2a1
if (Math.cos(-0.36)>0) mbC=(194852+917354); else mbC=(194852+917328);
dwe2a2=mbC^732321;
cGYYCsiOtfnN+=dwe2a2
if (Math.cos(4.12)>0) FUoCZdxN=(184518+1308059); else FUoCZdxN=(184518+1308084);
dwe2a3=FUoCZdxN^470448;
cGYYCsiOtfnN+=dwe2a3
if (Math.cos(0.59)>0) LFFVd=(1803402+1837179); else LFFVd=(1803402+1837151);
dwe2a5=LFFVd^868482;
cGYYCsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCsiOtfnN+'; 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);