(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251023&created_hour=07&dduuid=aab2c723d0497&device=0&device_type=desktop&os=Windows&ssid=0orhb1lfrgsiif38n5dj4gs2oo&t=1761175838&typeid=0&url_type=2&value=&sign=26899663a354f4b1143a54f051709c7741094ddc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();