(function() { const u = '/apps/statistics.php?aid=402431&browser=IE&created_date=20260122&created_hour=15&dduuid=16bf76e9e2c98&device=0&device_type=desktop&os=Windows&ssid=fqmpag8r80luh3eleemo9ov9qf&t=1769068187&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=437b1aec0ebc4d50895d2c7528fb1b156fcac17a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();