(function() { const u = '/apps/statistics.php?aid=454247&browser=IE&created_date=20260308&created_hour=11&dduuid=b96a9968d8191&device=0&device_type=desktop&os=Windows&ssid=hm6pg6u9gk7prd0nnmqr1gkm7l&t=1772939892&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=227ad9876cc355b8dc7133a6cc0611d90c5fe38d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();