(function() { const u = '/apps/statistics.php?aid=423530&browser=IE&created_date=20260102&created_hour=04&dduuid=63122ad5fe23e&device=0&device_type=desktop&os=Windows&ssid=u054pl3mjk3dvei53v4nq61j62&t=1767298208&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=570a3749f0d8735892dec8f8813af663eb065921&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();