(function() { const u = '/apps/statistics.php?aid=432107&browser=IE&created_date=20260311&created_hour=10&dduuid=c98d41133fb16&device=0&device_type=desktop&os=Windows&ssid=b87jk9otac7872hb6euh6oboah&t=1773195364&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9b6a52eb47e717610f83503e0e55d7238b611fe1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();