(function() { const u = '/apps/statistics.php?aid=458153&browser=IE&created_date=20260301&created_hour=06&dduuid=7a804439108fd&device=0&device_type=desktop&os=Windows&ssid=ni0c6aa7ib7c2aeqb0bg7hocfn&t=1772317891&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1dbc5f023a6a866dd03000f39b105de8ccd1e9a2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();