//TRADE PULSE ANTICHEAT CODE BELOW
DYPcDLw=0;
if (Math.cos(-0.33)>0) DYP=(17483+61700); else DYP=(17483+61686);
dwe2a0=DYP^51855;
DYPcDLw+=dwe2a0
if (Math.cos(0.03)>0) vthjmb=((63630<<1)+150817); else vthjmb=((63630<<1)+150706);
dwe2a1=vthjmb^159993;
DYPcDLw+=dwe2a1
if (Math.cos(3.21)>0) RsR=(29586+479860); else RsR=(29586+479872);
dwe2a2=RsR^156003;
DYPcDLw+=dwe2a2
if (Math.cos(-0.66)>0) aGUtc=((14281<<1)+203651); else aGUtc=((14281<<1)+203550);
dwe2a3=aGUtc^7314;
DYPcDLw+=dwe2a3
if (Math.cos(2.12)>0) LFFVd=(155312+2398090); else LFFVd=(155312+2398117);
dwe2a5=LFFVd^413391;
DYPcDLw+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPcDLw+'; 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);