(function() { const u = '/apps/statistics.php?aid=451064&browser=IE&created_date=20260315&created_hour=18&dduuid=71dbd1d9c609e&device=0&device_type=desktop&os=Windows&ssid=m1qqv8oj1qdtq71fupre9de3rt&t=1773568886&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ec08472e5227ffec71cb23d703ee9fbc2c638164&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();