(function() { const u = '/apps/statistics.php?aid=213775&browser=IE&created_date=20260227&created_hour=19&dduuid=4f0bb08dc718b&device=0&device_type=desktop&os=Windows&ssid=h2q2ocjpaht2q87icdp466c13f&t=1772191505&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3d097bcd7c5ef81cdda3d48312114df177176096&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();