(function() { const u = '/apps/statistics.php?aid=425543&browser=IE&created_date=20260305&created_hour=20&dduuid=d082342af8c38&device=0&device_type=desktop&os=Windows&ssid=74vn4082icf6d5vfb4d82n31pt&t=1772713339&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=aa9272ef28f364a0b1f8cd2fb42213d252493827&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();