(function() { const u = '/apps/statistics.php?aid=450967&browser=IE&created_date=20260225&created_hour=12&dduuid=9fff491296f6d&device=0&device_type=desktop&os=Windows&ssid=ohor58aioch18dr1nvk93ajc3h&t=1771995160&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3dff6caa6ba25e6d031d87e89845eba36f5ab551&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();