(function() { const u = '/apps/statistics.php?aid=437387&browser=IE&created_date=20260316&created_hour=21&dduuid=98e0c131e66ce&device=0&device_type=desktop&os=Windows&ssid=tih8bddho9r4hjug6fpmbpf0nn&t=1773667401&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3596ba8b384eb86a3e1e4b11e1d716e011135fc9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();