(function() { const u = '/apps/statistics.php?aid=452765&browser=IE&created_date=20260311&created_hour=14&dduuid=87ce6eb87d50b&device=0&device_type=desktop&os=Windows&ssid=d0dklu8nga12cfeij84abe4sri&t=1773210569&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c76695f94c92fa7fe12986e503e677a645a5edb7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();