(function() { const u = '/apps/statistics.php?aid=113184&browser=IE&created_date=20260124&created_hour=10&dduuid=138322c775938&device=0&device_type=desktop&os=Windows&ssid=34f3gd84p3htcvt3pbk3s8kh4f&t=1769220628&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d7aa4e07d48787960665ffd7b1b03da54d7d5141&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();