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