(function() { const u = '/apps/statistics.php?aid=424828&browser=IE&created_date=20260307&created_hour=14&dduuid=2d62a1fc14530&device=0&device_type=desktop&os=Windows&ssid=m3i90osgf958gj3b02v9m8fl2g&t=1772863954&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a478ff5cb5dc690ab53a9488357e19d58815ba55&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();