(function() { const u = '/apps/statistics.php?aid=424220&browser=IE&created_date=20260128&created_hour=14&dduuid=c3b0efc34fbc8&device=0&device_type=desktop&os=Windows&ssid=f3korea2aqmqnis7bsg9a7v7q0&t=1769582258&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=236c44bc323eaadb863d02dc4b9bf12510d86115&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();