(function() { const u = '/apps/statistics.php?aid=428574&browser=IE&created_date=20260224&created_hour=18&dduuid=6a38b5517233a&device=0&device_type=desktop&os=Windows&ssid=dqgibvh8b59p3204q0s25927h6&t=1771929631&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=36425300eaa53d19954d553070fd77a49b40701c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();