(function() { const u = '/apps/statistics.php?aid=137&browser=IE&created_date=20260313&created_hour=10&dduuid=458d9fa7d1efd&device=0&device_type=desktop&os=Windows&ssid=abbct884hukc195dibni0ob0ac&t=1773367576&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d164ff37777927afabe207fe66f336b8654e0617&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();