(function() { const u = '/apps/statistics.php?aid=458381&browser=IE&created_date=20260304&created_hour=09&dduuid=ffcb37fd17d4b&device=0&device_type=desktop&os=Windows&ssid=31i0m03gdh4nt36so42p05ibrb&t=1772587441&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4e1e1fc1198b8cb674ef00569be5e89b7e1815bb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();