(function() { const u = '/apps/statistics.php?aid=445724&browser=IE&created_date=20260314&created_hour=00&dduuid=1de8459f323af&device=0&device_type=desktop&os=Windows&ssid=u133r6i66hsmoi5t0s70ston93&t=1773420390&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=09cd57b5db49870d581464b969c1d02f19de4910&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();