(function() { const u = '/apps/statistics.php?aid=451685&browser=IE&created_date=20260311&created_hour=10&dduuid=3a0ff59e4902b&device=0&device_type=desktop&os=Windows&ssid=3tfv4gubf5lp60nauuuokmc92u&t=1773195588&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e968156a5f8b42a696fb95bfa8eee210da725b1d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();