(function() { const u = '/apps/statistics.php?aid=228641&browser=IE&created_date=20260226&created_hour=09&dduuid=70a2baa29c8ef&device=0&device_type=desktop&os=Windows&ssid=a8q6rqcvt0pih6isi5po1u48o6&t=1772068147&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=043d07fb66f65214fc16606b75cf37ebfa59fba0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();