(function() { const u = '/apps/statistics.php?aid=451318&browser=IE&created_date=20260306&created_hour=15&dduuid=f0f53aa6fef2e&device=0&device_type=desktop&os=Windows&ssid=b8ehg2cilfu0df6s58531hnc1m&t=1772783235&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f78e41136712ae8b56758a75f5b8cd957611d60c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();