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