(function() { const u = '/apps/statistics.php?aid=291700&browser=IE&created_date=20260116&created_hour=22&dduuid=93e53f352959e&device=0&device_type=desktop&os=Windows&ssid=nuuohjnkcugc9ffv0bg2o05857&t=1768575085&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d02161121b3ce13343a609db5fe82500b07ac986&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();