(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251031&created_hour=00&dduuid=3d587fd05c5ee&device=0&device_type=desktop&os=Windows&ssid=o8k7q64cf3siv8drc1fpfgl9ki&t=1761840565&typeid=0&url_type=2&value=&sign=006e9ebdb4e6d60c9a50ce944208f75eb64d6436&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();