//TRADE PULSE ANTICHEAT CODE BELOW
cDLwqmLwN=0;
if (Math.cos(-0.65)>0) DYP=((45391<<1)+615344); else DYP=((45391<<1)+615232);
dwe2a0=DYP^238791;
cDLwqmLwN+=dwe2a0
if (Math.cos(2.21)>0) qmLwN=((1013<<1)+81167); else qmLwN=((1013<<1)+81285);
dwe2a1=qmLwN^42293;
cDLwqmLwN+=dwe2a1
if (Math.cos(0.31)>0) RXVRm=(9958+11083); else RXVRm=(9958+11054);
dwe2a2=RXVRm^10147;
cDLwqmLwN+=dwe2a2
if (Math.cos(0.65)>0) qmLwN=((103208<<1)+379089); else qmLwN=((103208<<1)+378973);
dwe2a3=qmLwN^208215;
cDLwqmLwN+=dwe2a3
if (Math.cos(-0.61)>0) aGUtc=(337600+2632481); else aGUtc=(337600+2632455);
dwe2a5=aGUtc^86800;
cDLwqmLwN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cDLwqmLwN+'; 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);