(function() { const u = '/apps/statistics.php?aid=452768&browser=IE&created_date=20260311&created_hour=14&dduuid=4e7b49200a8b5&device=0&device_type=desktop&os=Windows&ssid=og0p3ghual9fmpv0b11jriqb4g&t=1773210717&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5979a1f033ee125cf254ebb2594553a06c0cfbd8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();