(function() { const u = '/apps/statistics.php?aid=113142&browser=IE&created_date=20260307&created_hour=12&dduuid=ae4fd39e9ecfa&device=0&device_type=desktop&os=Windows&ssid=3ifv8ea8ntoflleu567mjm7ope&t=1772859512&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dc4481a200b7442f9c0a760db9bc07a5fe806ea2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();