(function() { const u = '/apps/statistics.php?aid=446290&browser=IE&created_date=20260311&created_hour=15&dduuid=3198e5cc29d67&device=0&device_type=desktop&os=Windows&ssid=6npqnhi9abne2avs3eouhu0fgr&t=1773215928&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1cac480c1803eb87eb9caf5fcb7b8a50c440068b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();