(function() { const u = '/apps/statistics.php?aid=447927&browser=IE&created_date=20260310&created_hour=11&dduuid=8d6de42e58b4b&device=0&device_type=desktop&os=Windows&ssid=kt9dkl6l80ftvci43du0nj2tem&t=1773112592&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d587340136b15f88730833cf02c6a3a7e9ccca7a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();