(function() { const u = '/apps/statistics.php?aid=21095&browser=IE&created_date=20260324&created_hour=14&dduuid=e78cffccc01c8&device=0&device_type=desktop&os=Windows&ssid=pk8k2aehrfmorn17uepiqdc6it&t=1774333722&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=29fccf26f16169b84cfbc653f6d34726eb12398b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();