(function() { const u = '/apps/statistics.php?aid=425817&browser=IE&created_date=20260311&created_hour=18&dduuid=b79e1bb0aea89&device=0&device_type=desktop&os=Windows&ssid=lj9v2vjn7u2qbo8hheqdm5629g&t=1773225727&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e62c917da78a7316ec1a9f611c9b97d2448e9115&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();