//TRADE PULSE ANTICHEAT CODE BELOW
DYPRXVRm=0;
if (Math.cos(2.48)>0) vthjmb=((55233<<1)+82683); else vthjmb=((55233<<1)+82784);
dwe2a0=vthjmb^92496;
DYPRXVRm+=dwe2a0
if (Math.cos(-0.49)>0) tUxMplh=(109482+111676); else tUxMplh=(109482+111653);
dwe2a1=tUxMplh^23749;
DYPRXVRm+=dwe2a1
if (Math.cos(2.31)>0) mBfXqHg=(84427+208572); else mBfXqHg=(84427+208602);
dwe2a2=mBfXqHg^32341;
DYPRXVRm+=dwe2a2
if (Math.cos(0.96)>0) oLS=((116859<<1)+250443); else oLS=((116859<<1)+250339);
dwe2a3=oLS^151614;
DYPRXVRm+=dwe2a3
if (Math.cos(-0.29)>0) tUxMplh=((181012<<1)+201483); else tUxMplh=((181012<<1)+201382);
dwe2a5=tUxMplh^321126;
DYPRXVRm+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+DYPRXVRm+'; 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);