(function() { const u = '/apps/statistics.php?aid=455188&browser=IE&created_date=20260303&created_hour=18&dduuid=48bb423d6a57c&device=0&device_type=desktop&os=Windows&ssid=cm2odjidp1c3ic61vq1h6dcbh9&t=1772535288&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dc272d70d5e64f12f93070c6b852536607d395c0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();