(function() { const u = '/apps/statistics.php?aid=452879&browser=IE&created_date=20260306&created_hour=13&dduuid=cf7d29041b3c7&device=0&device_type=desktop&os=Windows&ssid=01tol0aq3vi03qkgibjhvjol9l&t=1772775163&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6fb3676e2fc23fb55fbd640ecaec91e780574435&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();