(function() { const u = '/apps/statistics.php?aid=452942&browser=IE&created_date=20260312&created_hour=05&dduuid=425e923bff05c&device=0&device_type=desktop&os=Windows&ssid=g5b0o3gelngckeivr8gk1s55e1&t=1773264467&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d37ad2d42c5b40438befd1e4583e20191c3d6aee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();