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