(function() { const u = '/apps/statistics.php?aid=442451&browser=IE&created_date=20260312&created_hour=05&dduuid=4f2f4534386f8&device=0&device_type=desktop&os=Windows&ssid=gd6hhv7p4h4vql6askqm12dtap&t=1773264538&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=784fa1deb13f2a2e19ab66a41596a8ba44372eea&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();