(function() { const u = '/apps/statistics.php?aid=446907&browser=IE&created_date=20260310&created_hour=04&dduuid=4b528cb99f3ea&device=0&device_type=desktop&os=Windows&ssid=bju8p1c954ruk73b1s8ibqeg8l&t=1773087061&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=90c0a8ba92168fc957ebf673c236ba67779b152a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();