(function() { const u = '/apps/statistics.php?aid=442147&browser=IE&created_date=20260314&created_hour=04&dduuid=317423134ed97&device=0&device_type=desktop&os=Windows&ssid=fn69rcinj0u26qvfbeg1f7ibs9&t=1773432876&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e5631af0fd64b6c4c480e605c2c1af54a2f55dae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();