(function() { const u = '/apps/statistics.php?aid=443884&browser=IE&created_date=20260313&created_hour=20&dduuid=ad6c7d372f97b&device=0&device_type=desktop&os=Windows&ssid=2alsmn07r7e664i4pj1g2q4amg&t=1773405083&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9e45956ee09ba7a43a70b2caca730a8ce3cd5112&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();