(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=04&dduuid=e8352b165b864&device=0&device_type=desktop&os=Windows&ssid=j6tm81fo2rus7ii0c46rnjgaim&t=1757967659&typeid=0&url_type=1&value=&sign=3a76c8f748f3bf36cdc0d758e47823d076290940&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();