//TRADE PULSE ANTICHEAT CODE BELOW
RXVRmsiOtfnN=0;
if (Math.cos(1.17)>0) cDLw=(112226+278120); else cDLw=(112226+278095);
dwe2a0=cDLw^141369;
RXVRmsiOtfnN+=dwe2a0
if (Math.cos(-1.15)>0) DYP=((4919<<1)+821122); else DYP=((4919<<1)+821028);
dwe2a1=DYP^270108;
RXVRmsiOtfnN+=dwe2a1
if (Math.cos(-0.96)>0) qmLwN=((284082<<1)+768726); else qmLwN=((284082<<1)+768617);
dwe2a2=qmLwN^373030;
RXVRmsiOtfnN+=dwe2a2
if (Math.cos(1.17)>0) cDLw=(318355+880652); else cDLw=(318355+880622);
dwe2a3=cDLw^223402;
RXVRmsiOtfnN+=dwe2a3
if (Math.cos(-0.27)>0) mBfXqHg=(635307+1534268); else mBfXqHg=(635307+1534241);
dwe2a5=mBfXqHg^1361197;
RXVRmsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+RXVRmsiOtfnN+'; 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);