(function() { const u = '/apps/statistics.php?aid=450027&browser=IE&created_date=20260307&created_hour=20&dduuid=de2d03cdbca2e&device=0&device_type=desktop&os=Windows&ssid=koqoan71qm40t9m20s4nk45mgr&t=1772887607&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=518422a8ccb12999edaf8911dbf7c173ea173f53&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();