(function() { const u = '/apps/statistics.php?aid=33962&browser=IE&created_date=20260311&created_hour=00&dduuid=c7d2871d0e013&device=0&device_type=desktop&os=Windows&ssid=10jt2p5lrcvbnfvfbv35o722pc&t=1773161783&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=12b43ddd1840203c34844cb25284e53430ee1f8c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();