(function() { const u = '/apps/statistics.php?aid=443855&browser=IE&created_date=20260223&created_hour=12&dduuid=2a9c2496d387f&device=0&device_type=desktop&os=Windows&ssid=gl6k7ahiv1eekslfvkllc8em34&t=1771819202&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4747decb7db922b667853704938f22941be6149d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();