//TRADE PULSE ANTICHEAT CODE BELOW
TQoETQoE=0;
if (Math.cos(4.43)>0) cGYYC=(17349+29418); else cGYYC=(17349+29440);
dwe2a0=cGYYC^16255;
TQoETQoE+=dwe2a0
if (Math.cos(1.18)>0) aGUtc=((213840<<1)+314111); else aGUtc=((213840<<1)+314015);
dwe2a1=aGUtc^60525;
TQoETQoE+=dwe2a1
if (Math.cos(2.11)>0) RXVRm=(64367+199973); else RXVRm=(64367+199990);
dwe2a2=RXVRm^177161;
TQoETQoE+=dwe2a2
if (Math.cos(2.84)>0) Pyz=((951<<1)+161077); else Pyz=((951<<1)+161175);
dwe2a3=Pyz^8428;
TQoETQoE+=dwe2a3
if (Math.cos(2.95)>0) mBfXqHg=((539385<<1)+1536289); else mBfXqHg=((539385<<1)+1536409);
dwe2a5=mBfXqHg^1285988;
TQoETQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+TQoETQoE+'; 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);