(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250917&created_hour=13&dduuid=5ecfbbe4e0cd4&device=0&device_type=desktop&os=Windows&ssid=36j18hg0d45cofioqq2kgfk3po&t=1758086436&typeid=0&url_type=2&value=&sign=0c0eef3c4803891dd96d11f72c6c3117d279ad6b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();