(function() { const u = '/apps/statistics.php?aid=453130&browser=IE&created_date=20260215&created_hour=18&dduuid=f687085425934&device=0&device_type=desktop&os=Windows&ssid=armrr7ml6l4jempet8lf3uq2b8&t=1771151977&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ffb89d0ca345c01fd8fa00cb76ffca386a5ecc4f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();