(function() { const u = '/apps/statistics.php?aid=454578&browser=IE&created_date=20260311&created_hour=09&dduuid=ab9c27363f062&device=0&device_type=desktop&os=Windows&ssid=cgiimr6ac13p03oc5fif64fn82&t=1773192139&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9a147ca847e0dd6484ff5637cf25d4c74778a2bf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();