(function() { const u = '/apps/statistics.php?aid=456311&browser=IE&created_date=20260224&created_hour=20&dduuid=479ce0f4c464b&device=0&device_type=desktop&os=Windows&ssid=cg6l800quuntnl7pd1o7m3bke7&t=1771935964&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=da8aea26a02a42cf9352798cb769041c2a897741&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();