(function() { const u = '/apps/statistics.php?aid=444218&browser=IE&created_date=20260310&created_hour=05&dduuid=72372c2f9b910&device=0&device_type=desktop&os=Windows&ssid=b16d87bup7r768nt08q4ev704d&t=1773090908&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f880fa1ff694320c077cfc98abdb31ccc6c4d570&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();