(function() { const u = '/apps/statistics.php?aid=415&browser=IE&created_date=20260224&created_hour=09&dduuid=bd43c5e382913&device=0&device_type=desktop&os=Windows&ssid=9vqul7ac8stdeirtnrqfslupk5&t=1771895410&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=db543405481c4675ffd206dd4c165132135e0bee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();