(function() { const u = '/apps/statistics.php?aid=448878&browser=IE&created_date=20260226&created_hour=03&dduuid=a1a3d8baf9b4f&device=0&device_type=desktop&os=Windows&ssid=03q4vl1hgo68qup6m85h2h5vid&t=1772048605&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0e6eff8e1d96ffa78d5a6a2ab5276182b57a1042&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();