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