(function() { const u = '/apps/statistics.php?aid=209720&browser=IE&created_date=20251226&created_hour=10&dduuid=63e9b64130af5&device=0&device_type=desktop&os=Windows&ssid=ko30u795p1dre0n5g9lk0hfh06&t=1766716371&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d6ab7849a9171f55d1cac3457e205d71f84f71c3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();