(function() { const u = '/apps/statistics.php?aid=209387&browser=IE&created_date=20251227&created_hour=18&dduuid=286421328da62&device=0&device_type=desktop&os=Windows&ssid=9vg2c25plmkro4cvhcijv8bk12&t=1766831821&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a2cc3e0e1e022f1c8c03ccc2193246d5db419171&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();