(function() { const u = '/apps/statistics.php?aid=449278&browser=IE&created_date=20260226&created_hour=12&dduuid=1ac82c0b56e08&device=0&device_type=desktop&os=Windows&ssid=cle7blngid79c2t4uh5voi1aqh&t=1772081791&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f85193c2b343045591ac4c0b0470880aa1b76201&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();