(function() { const u = '/apps/statistics.php?aid=430458&browser=IE&created_date=20260118&created_hour=02&dduuid=0c1a2c244b17b&device=0&device_type=desktop&os=Windows&ssid=b8ehus9q95m8tlpvbgfq6ntft8&t=1768673872&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b0de292e3182bdf1abc4c2871d3d93843ac2eb6f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();