(function() { const u = '/apps/statistics.php?aid=424824&browser=IE&created_date=20260124&created_hour=18&dduuid=7e73d141b3228&device=0&device_type=desktop&os=Windows&ssid=8gu51kdoq49p9chgb4tfgpt03j&t=1769251511&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=979348efc0289339e1c56ef77ae19e748f107680&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();