(function() { const u = '/apps/statistics.php?aid=141175&browser=IE&created_date=20260314&created_hour=08&dduuid=86a7a69b3f3dc&device=0&device_type=desktop&os=Windows&ssid=so7rpuo2h8tm620rgfhb0s6dll&t=1773447312&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=efce4f53416e9348a54c73127a9582080c2035c2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();