(function() { const u = '/apps/statistics.php?aid=450930&browser=IE&created_date=20260311&created_hour=21&dduuid=ca19f898f4114&device=0&device_type=desktop&os=Windows&ssid=hs9t457e2cg8ivr6o7q41br0p8&t=1773234708&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ec1d04d07e8822936595e38fb926abee2cf5afba&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();