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