(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251023&created_hour=17&dduuid=9f093716a82a3&device=0&device_type=desktop&os=Windows&ssid=6f6cjihlpgr0mgc15nti3v97gg&t=1761211734&typeid=0&url_type=2&value=&sign=7d515d67db770634f82bf84d55c5a9f53e55afe3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();