(function() { const u = '/apps/statistics.php?aid=348617&browser=IE&created_date=20260312&created_hour=12&dduuid=fbe57907a0280&device=0&device_type=desktop&os=Windows&ssid=odlf085e9kj6r3a7qv92o0i0qa&t=1773289259&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fbfc9357ca1e520cf849b8f974af57ac104d477d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();