(function() { const u = '/apps/statistics.php?aid=441711&browser=IE&created_date=20260309&created_hour=11&dduuid=9bbf11e0e7a04&device=0&device_type=desktop&os=Windows&ssid=bfc0mu9eh3s5gggaq052v18e8o&t=1773025861&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9292ca3e51399ee0ee480b747c38991e01dcf595&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();