function getRequest() { if (window.XMLHttpRequest) { return new XMLHttpRequest(); } else { return new ActiveXObject('Microsoft.XMLHTTP'); } } function ajaxSuccess55004554778042550131427434685251() { if(this.status==200) document.getElementById('targetRightSidebar').innerHTML = this.response; } function AJAXSend55004554778042550131427434685251(url) { var req = getRequest(); if (!req) { return false; } req.onload = ajaxSuccess55004554778042550131427434685251; if(url.includes("?")) url += "×tamp=" + (new Date()).toDateString(); else url += "?timestamp=" + (new Date()).toDateString(); req.open('get', url, true); req.withCredentials = true; req.send(null); return false; } AJAXSend55004554778042550131427434685251('https://www.car2graphy.com/mono/LazyRegistration/Client/LazyProfileRandom');