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