(function() { const u = '/apps/statistics.php?aid=419587&browser=IE&created_date=20260114&created_hour=13&dduuid=37268ca0ad27c&device=0&device_type=desktop&os=Windows&ssid=brctp3ketpujbck1jl3fmjmr77&t=1768369397&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=62a4e54d60bf49473b8b0aed21b5ededd7087285&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();