(function() { const u = '/apps/statistics.php?aid=448641&browser=IE&created_date=20260310&created_hour=05&dduuid=fad39d5751b6f&device=0&device_type=desktop&os=Windows&ssid=82usaiqehbs8o144jqkpbqftsp&t=1773092073&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4c47eda55d234b017029b6cfeda2a9117998031d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();