(function() { const u = '/apps/statistics.php?aid=448620&browser=IE&created_date=20260123&created_hour=21&dduuid=cb064de0615d8&device=0&device_type=desktop&os=Windows&ssid=hbada68ufu006tu2an03ou369j&t=1769173402&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0e51a480c9dc345c27ba332b8eec4f5bfedc2678&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();