(function() { const u = '/apps/statistics.php?aid=441250&browser=IE&created_date=20251129&created_hour=16&dduuid=79c42145950ac&device=0&device_type=desktop&os=Windows&ssid=898gd3lra7ahgskr9h5je7dahk&t=1764406485&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6414d43da5beb85cffa437eae07a0ab6a0447332&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();