(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251021&created_hour=12&dduuid=c63915aabd9b0&device=0&device_type=desktop&os=Windows&ssid=oes6jh9k3475cgjcbuam1ka8bb&t=1761019461&typeid=0&url_type=2&value=&sign=90ea5700861c226a22b055158a42a4ad8b3d846a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();