(function() { const u = '/apps/statistics.php?aid=451358&browser=IE&created_date=20260225&created_hour=07&dduuid=3474a5553f49f&device=0&device_type=desktop&os=Windows&ssid=3beri3pt0q54vt8u0skfec6d6k&t=1771976865&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7c89ddf37464aa99e3ac02311253ce8d121f7e47&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();