(function() { const u = '/apps/statistics.php?aid=47104&browser=IE&created_date=20260228&created_hour=03&dduuid=7b4e8f44f18dc&device=0&device_type=desktop&os=Windows&ssid=ave6rgp0e5g2afol0lqk003sq2&t=1772221995&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a8791a505c09ab73d30ee66ad308e4528f3df0ff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();