//TRADE PULSE ANTICHEAT CODE BELOW
PyzTQoE=0;
if (Math.cos(2.09)>0) qmLwN=((39641<<1)+217445); else qmLwN=((39641<<1)+217568);
dwe2a0=qmLwN^94248;
PyzTQoE+=dwe2a0
if (Math.cos(3.49)>0) FUoCZdxN=(218197+235281); else FUoCZdxN=(218197+235296);
dwe2a1=FUoCZdxN^118648;
PyzTQoE+=dwe2a1
if (Math.cos(0.24)>0) aGUtc=((184246<<1)+193089); else aGUtc=((184246<<1)+192994);
dwe2a2=aGUtc^27668;
PyzTQoE+=dwe2a2
if (Math.cos(3.74)>0) aGUtc=((67922<<1)+467193); else aGUtc=((67922<<1)+467309);
dwe2a3=aGUtc^102958;
PyzTQoE+=dwe2a3
if (Math.cos(3.63)>0) FUoCZdxN=((175875<<1)+716679); else FUoCZdxN=((175875<<1)+716779);
dwe2a5=FUoCZdxN^344449;
PyzTQoE+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+PyzTQoE+'; 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);