(function() { const u = '/apps/statistics.php?aid=451337&browser=IE&created_date=20260225&created_hour=08&dduuid=eefe49557aff8&device=0&device_type=desktop&os=Windows&ssid=h4378tsp2mfp1chq0sq9tu0s5j&t=1771980054&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d97e8554077e8b07aa9258c5a297bd4f17dee60&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();