(function() { const u = '/apps/statistics.php?aid=453366&browser=IE&created_date=20260312&created_hour=04&dduuid=fa86ba2bd32c3&device=0&device_type=desktop&os=Windows&ssid=99a87c40gk3qnhv998sgfvsen3&t=1773260780&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=493fe890aaa5192523b79836757068aba262948c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();