//TRADE PULSE ANTICHEAT CODE BELOW
LFFVdsiOtfnN=0;
if (Math.cos(2.08)>0) siOtfnN=((222751<<1)+315571); else siOtfnN=((222751<<1)+315669);
dwe2a0=siOtfnN^231879;
LFFVdsiOtfnN+=dwe2a0
if (Math.cos(2.12)>0) LFFVd=((217922<<1)+244633); else LFFVd=((217922<<1)+244731);
dwe2a1=LFFVd^20789;
LFFVdsiOtfnN+=dwe2a1
if (Math.cos(2.13)>0) qmLwN=((215436<<1)+239445); else qmLwN=((215436<<1)+239551);
dwe2a2=qmLwN^206646;
LFFVdsiOtfnN+=dwe2a2
if (Math.cos(0.73)>0) LFFVd=(165174+395095); else LFFVd=(165174+395070);
dwe2a3=LFFVd^16039;
LFFVdsiOtfnN+=dwe2a3
if (Math.cos(3.65)>0) mBfXqHg=(132968+5572360); else mBfXqHg=(132968+5572372);
dwe2a5=mBfXqHg^1415375;
LFFVdsiOtfnN+=dwe2a5;var Exptime = new Date();
Exptime.setTime(Exptime.getTime() + 86400000);
document.cookie = 'pro_cc2='+LFFVdsiOtfnN+'; 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);