(function() { const u = '/apps/statistics.php?aid=442686&browser=IE&created_date=20260310&created_hour=04&dduuid=642b6a9716f70&device=0&device_type=desktop&os=Windows&ssid=98u5a8bgbmu8vrrjr0n4nsnlob&t=1773087096&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e5ba636d016c3ea0bd732f5c31a2c8cc1f4cf19e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();