(function() { const u = '/apps/statistics.php?aid=84053&browser=IE&created_date=20260223&created_hour=22&dduuid=91bcfef2ee508&device=0&device_type=desktop&os=Windows&ssid=f0d3p59m8ffup48pe3iupmb2tr&t=1771856592&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=85aeac1f98d4a32a17d72cbfb688e7e5367d6e44&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();