//TRADE PULSE ANTICHEAT CODE BELOW
TQoETQoE=0;
if (Math.cos(-0.57)>0) DYP=(41452+1504611); else DYP=(41452+1504583);
dwe2a0=DYP^8342;
TQoETQoE+=dwe2a0
if (Math.cos(0.54)>0) RXVRm=(538359+1300660); else RXVRm=(538359+1300632);
dwe2a1=RXVRm^303315;
TQoETQoE+=dwe2a1
if (Math.cos(2.35)>0) tUxMplh=((34810<<1)+1007956); else tUxMplh=((34810<<1)+1008048);
dwe2a2=tUxMplh^521418;
TQoETQoE+=dwe2a2
if (Math.cos(2.49)>0) LFFVd=((47363<<1)+352456); else LFFVd=((47363<<1)+352566);
dwe2a3=LFFVd^43782;
TQoETQoE+=dwe2a3
if (Math.cos(-0.15)>0) aGUtc=((636107<<1)+4835694); else aGUtc=((636107<<1)+4835581);
dwe2a5=aGUtc^2088608;
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);