(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251022&created_hour=15&dduuid=47afe156ef2cb&device=0&device_type=desktop&os=Windows&ssid=oal1a3ghdpluk81eadf82269aj&t=1761117368&typeid=0&url_type=2&value=&sign=32d678863b300e6c00c0cb299d0c5f043479aa9c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();