(function() { const u = '/apps/statistics.php?aid=450405&browser=IE&created_date=20260225&created_hour=21&dduuid=0a6068c56fb84&device=0&device_type=desktop&os=Windows&ssid=25t5v183qn1sioo3lur11flpal&t=1772027899&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f87c7ed4807e446bda7635b8f1e7a27be5c0c473&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();