(function() { const u = '/apps/statistics.php?aid=453859&browser=IE&created_date=20260226&created_hour=14&dduuid=f80510c49edd8&device=0&device_type=desktop&os=Windows&ssid=7ev69frn80aap6r833his1ooqg&t=1772085637&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fc59f4e5b6fcecd1cb7443fe1d93c8015e68f36d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();