(function() { const u = '/apps/statistics.php?aid=449015&browser=IE&created_date=20260226&created_hour=01&dduuid=b890c4bc5bb6e&device=0&device_type=desktop&os=Windows&ssid=ps1mg7h8an55kg933evosi4ino&t=1772039633&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4aa79c72f6622e8dc3c30341e13936de37b5cc78&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();