(function() { const u = '/apps/statistics.php?aid=404454&browser=IE&created_date=20260314&created_hour=02&dduuid=14a22b4e1c105&device=0&device_type=desktop&os=Windows&ssid=bsde4tl0unjrjgi644kgj9a5gg&t=1773424897&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9f7f63a7dc4f252cbc033ae5a7e43fa8299fe62b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();