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