(function() { const u = '/apps/statistics.php?aid=429874&browser=IE&created_date=20260306&created_hour=02&dduuid=b1ee7a365f83c&device=0&device_type=desktop&os=Windows&ssid=631c9miud19f6n8pn411hdh7mo&t=1772733613&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e8d3a4289f522a94dd4726d91c01400291f90a2a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();