(function() { const u = '/apps/statistics.php?aid=213686&browser=IE&created_date=20260227&created_hour=18&dduuid=ea2270bee854a&device=0&device_type=desktop&os=Windows&ssid=1rca39b8bf80o4a0sd6clbs4cs&t=1772189769&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8e2ee76827fb967d23e70aefb02ebf51bf526bd5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();