(function() { const u = '/apps/statistics.php?aid=84846&browser=IE&created_date=20260227&created_hour=13&dduuid=ab0eaf863c9b1&device=0&device_type=desktop&os=Windows&ssid=4eu6cgu2ehr5d2vvobgtf7ae2k&t=1772170543&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=14d36add85c967af1efd2b55a11326dc8ac52617&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();