(function() { const u = '/apps/statistics.php?aid=354295&browser=IE&created_date=20260312&created_hour=16&dduuid=df5f150b44bc7&device=0&device_type=desktop&os=Windows&ssid=a5s9u2ppbka0j9hd8a97rltjil&t=1773304349&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8279a9de329e7746a022f56fc95aee57bce64344&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();