(function() { const u = '/apps/statistics.php?aid=454454&browser=IE&created_date=20260223&created_hour=20&dduuid=913249bdbe879&device=0&device_type=desktop&os=Windows&ssid=qbgr7g20as1hqp7qbe1eo56pgi&t=1771851538&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ee457e5e2b4e8beac98018b7459a696b09190d86&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();