(function() { const u = '/apps/statistics.php?aid=113148&browser=IE&created_date=20260304&created_hour=09&dduuid=1c767468b5f86&device=0&device_type=desktop&os=Windows&ssid=ueu3e88e3bv50npe35hjru2am4&t=1772588570&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eb6bc1bbe7232a18409ee138d19153012546e64a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();