(function() { const u = '/apps/statistics.php?aid=450292&browser=IE&created_date=20260307&created_hour=21&dduuid=bad22b3524b9d&device=0&device_type=desktop&os=Windows&ssid=iqcj3gfv606qqqk9ma03okknui&t=1772888959&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6cf17c48dbc361026b89d264ad58b67baab19dcd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();