(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250918&created_hour=14&dduuid=d8e68137b4499&device=0&device_type=desktop&os=Windows&ssid=e089mp8cesll4nbsb2i4qt9kmu&t=1758175697&typeid=0&url_type=2&value=&sign=6a4708b4aa4846c6d47c800be26605197969c2ec&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();