(function() { const u = '/apps/statistics.php?aid=145452&browser=IE&created_date=20260310&created_hour=14&dduuid=f4a5a12a67777&device=0&device_type=desktop&os=Windows&ssid=9tuostoib5hc2mgd1drqus1lgj&t=1773123936&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5af1b9dfd6c6a87a4c6b2315c9c119f08505d5e1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();