(function() { const u = '/apps/statistics.php?aid=454870&browser=IE&created_date=20260309&created_hour=10&dduuid=39c90da17f525&device=0&device_type=desktop&os=Windows&ssid=8nf0h119i0tdd94443c2ep9pcc&t=1773025028&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f8c1c0206599244b2dc112df297f724296a9da6e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();