(function() { const u = '/apps/statistics.php?aid=113181&browser=IE&created_date=20260312&created_hour=13&dduuid=37ef8819b285d&device=0&device_type=desktop&os=Windows&ssid=964e9c4tq2t7q95nd6n2454i05&t=1773294630&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=98d3a972c5294cb545fe484b0fd33020fa7430d4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();