(function() { const u = '/apps/statistics.php?aid=448557&browser=IE&created_date=20260226&created_hour=08&dduuid=081cd9971925e&device=0&device_type=desktop&os=Windows&ssid=ov8bmai8fiuic3jap6mcfvenpt&t=1772064997&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6ea45977f679e8a7d30c30804b14f52e18517888&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();