(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251015&created_hour=06&dduuid=51dc45a41f9b3&device=0&device_type=desktop&os=Windows&ssid=8r6k9o6gl5hn16pgd7u0agkka7&t=1760481006&typeid=0&url_type=2&value=&sign=361a77caa21bf7855029d45b4151f2e706c4d922&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();