(function() { const u = '/apps/statistics.php?aid=402174&browser=IE&created_date=20260127&created_hour=07&dduuid=ea05a54d223b5&device=0&device_type=desktop&os=Windows&ssid=mt8db5e820u76l7a7sc0lifc9s&t=1769469949&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=06fc2305475b8246c112dc9491fe857b9eedac7c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();