(function() { const u = '/apps/statistics.php?aid=442751&browser=IE&created_date=20260305&created_hour=15&dduuid=6b3cd638fb44c&device=0&device_type=desktop&os=Windows&ssid=t5hn0b7g88kpso4f8o4fcb18th&t=1772695552&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=77ea7cb838cf4b51d52b00a42a16c17e8b7f1740&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();