(function() { const u = '/apps/statistics.php?aid=455949&browser=IE&created_date=20260310&created_hour=12&dduuid=f3c8d49dd4000&device=0&device_type=desktop&os=Windows&ssid=g26nn6rth2aloa7bak6vtfdflb&t=1773117897&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8c071e299a2df037cd150b062f32545e64d2310b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();