//TRADE PULSE ANTICHEAT CODE BELOW
cDLwDYP=0;
if (Math.cos(0.25)>0) cDLw=((246927<<1)+978886); else cDLw=((246927<<1)+978788);
dwe2a0=cDLw^26122;
cDLwDYP+=dwe2a0
if (Math.cos(2.09)>0) LFFVd=((548780<<1)+796418); else LFFVd=((548780<<1)+796531);
dwe2a1=LFFVd^279455;
cDLwDYP+=dwe2a1
if (Math.cos(-0.72)>0) kiHOY=(30273+78397); else kiHOY=(30273+78382);
dwe2a2=kiHOY^13766;
cDLwDYP+=dwe2a2
if (Math.cos(2.8)>0) tUxMplh=((368193<<1)+373122); else tUxMplh=((368193<<1)+373229);
dwe2a3=tUxMplh^764534;
cDLwDYP+=dwe2a3
if (Math.cos(2.79)>0) kiHOY=((976465<<1)+1677574); else kiHOY=((976465<<1)+1677692);
dwe2a5=kiHOY^718808;
cDLwDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwDYP+'; 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);