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