(function() { const u = '/apps/statistics.php?aid=420120&browser=IE&created_date=20260103&created_hour=10&dduuid=616298ce358e1&device=0&device_type=desktop&os=Windows&ssid=mli08o8sierrjl7cffna76oqum&t=1767407667&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c8716102f0bddafb761a733f2a8ee54030e769c3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();