(function() { const u = '/apps/statistics.php?aid=442776&browser=IE&created_date=20260316&created_hour=21&dduuid=168d861e00fc4&device=0&device_type=desktop&os=Windows&ssid=h621fopuikfus8902o3f13ln5r&t=1773667481&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6d45b4514504269f4660cf2252bc0e778a9c75be&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();