(function() { const u = '/apps/statistics.php?aid=454550&browser=IE&created_date=20260310&created_hour=03&dduuid=6b95e1b924f03&device=0&device_type=desktop&os=Windows&ssid=iv4lgb69qbih41hdjpq5nbp3tf&t=1773085306&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b23224a5fb9a60ee78b61003fde8d9577e9e9a36&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();