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