(function() { const u = '/apps/statistics.php?aid=21060&browser=IE&created_date=20260224&created_hour=16&dduuid=d6d05900242b2&device=0&device_type=desktop&os=Windows&ssid=tmhiepje9aia2amohv3v0ubocu&t=1771920183&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=023e9108126a84b07ee40f6170f58b6751c8aebc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();