(function() { const u = '/apps/statistics.php?aid=448691&browser=IE&created_date=20260122&created_hour=05&dduuid=8a15cf26d70f1&device=0&device_type=desktop&os=Windows&ssid=06eqe8d51aur4ta3qjp8ehp00d&t=1769032763&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7cfb46253105c08a0d65a17c560de616385d5aa2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();