(function() { const u = '/apps/statistics.php?aid=113104&browser=IE&created_date=20260225&created_hour=20&dduuid=45eec71f3fbf6&device=0&device_type=desktop&os=Windows&ssid=ae14odpeompfvj87ukirik0921&t=1772023392&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=200436543dbdc036728dfa12466ddd019caaeda6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();