(function() { const u = '/apps/statistics.php?aid=453951&browser=IE&created_date=20260226&created_hour=09&dduuid=8681f9a156963&device=0&device_type=desktop&os=Windows&ssid=9ov721tmgno67vin12nll8bnk4&t=1772070163&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8bb3a99a56037ed1ed10c9bb0079f46ba7557e59&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();