(function() { const u = '/apps/statistics.php?aid=213703&browser=IE&created_date=20260224&created_hour=11&dduuid=01b72355b276c&device=0&device_type=desktop&os=Windows&ssid=7ntt55qs4ve5bgrl8vnph1kkl4&t=1771904786&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cdebff4ecab94eb3379157432ea2005220c836d4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();