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