(function() { const u = '/apps/statistics.php?aid=343248&browser=IE&created_date=20260113&created_hour=06&dduuid=0bd5f4f69a29a&device=0&device_type=desktop&os=Windows&ssid=ovk5ime9sgq39bjb291i1j9t5o&t=1768256823&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=395e7231988f6c8279016502289b65a66519163d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();