(function() { const u = '/apps/statistics.php?aid=444534&browser=IE&created_date=20260313&created_hour=05&dduuid=9125a962452a3&device=0&device_type=desktop&os=Windows&ssid=ulacpcn1ae66g910drrehp9efq&t=1773352697&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e812dc56d21efb6a951638e3ddb9acd42647466&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();