(function() { const u = '/apps/statistics.php?aid=429467&browser=IE&created_date=20260119&created_hour=05&dduuid=417d0c96807d2&device=0&device_type=desktop&os=Windows&ssid=5866sst952f13d4b2cfd2jkj2r&t=1768770561&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=69ee7c0241b28013ee2c9aea6475fc32180350a7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();