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