//TRADE PULSE ANTICHEAT CODE BELOW
cGYYCDYP=0;
if (Math.cos(3.14)>0) oLS=((76056<<1)+306090); else oLS=((76056<<1)+306213);
dwe2a0=oLS^143888;
cGYYCDYP+=dwe2a0
if (Math.cos(0.92)>0) aGUtc=((14059<<1)+292124); else aGUtc=((14059<<1)+292016);
dwe2a1=aGUtc^25320;
cGYYCDYP+=dwe2a1
if (Math.cos(1.17)>0) oLS=((33108<<1)+104249); else oLS=((33108<<1)+104136);
dwe2a2=oLS^22791;
cGYYCDYP+=dwe2a2
if (Math.cos(4.19)>0) vthjmb=(113010+244304); else vthjmb=(113010+244329);
dwe2a3=vthjmb^143130;
cGYYCDYP+=dwe2a3
if (Math.cos(4.08)>0) TQoE=((318183<<1)+1182677); else TQoE=((318183<<1)+1182786);
dwe2a5=TQoE^159498;
cGYYCDYP+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+cGYYCDYP+'; 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);