(function() { const u = '/apps/statistics.php?aid=450624&browser=IE&created_date=20260311&created_hour=19&dduuid=ccc52ec284675&device=0&device_type=desktop&os=Windows&ssid=hb426dqkpc1fufbf9sith5319i&t=1773229772&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=30dcf7e4ea14bdeea0961e03d904839b047599f0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();