(function() { const u = '/apps/statistics.php?aid=255378&browser=IE&created_date=20260316&created_hour=13&dduuid=b6a05b49d5176&device=0&device_type=desktop&os=Windows&ssid=ihuu5em6hoigr70lq9fnh008o4&t=1773638435&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d94ee4715589b83d0c86c6bfff0ef821e9643c1f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();