(function() { const u = '/apps/statistics.php?aid=402572&browser=IE&created_date=20260126&created_hour=10&dduuid=5f03e8fab2bdb&device=0&device_type=desktop&os=Windows&ssid=b97esorpnuf4shrdqeau4mtbka&t=1769396339&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=33c64be67c89885f90f4ca9d6c5d01b795d2bbed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();