(function() { const u = '/apps/statistics.php?aid=452089&browser=IE&created_date=20260311&created_hour=05&dduuid=67cd33e38fe20&device=0&device_type=desktop&os=Windows&ssid=j0dod0h37n0d370nm0qc7lo9da&t=1773177211&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3d206ea404238f1c4b05a289b6c5b0188ffe5aa7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();