(function() { const u = '/apps/statistics.php?aid=450649&browser=IE&created_date=20260225&created_hour=16&dduuid=6eb4144051de8&device=0&device_type=desktop&os=Windows&ssid=55rf8f2egh4r6fl9s4ceca7vgj&t=1772007855&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ec02ad54b658beb1c96233418e6f7b62a5a54d68&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();