(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250918&created_hour=12&dduuid=8f62ad9bd2472&device=0&device_type=desktop&os=Windows&ssid=27nahller7u0s7g3is4qsasld1&t=1758171358&typeid=0&url_type=2&value=&sign=4a6a47d4c3efa934cd87b90e114a98299ff8a652&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();