(function() { const u = '/apps/statistics.php?aid=437753&browser=IE&created_date=20260308&created_hour=16&dduuid=8e8be1267ff59&device=0&device_type=desktop&os=Windows&ssid=0pilev768435jf45h4j5h3tchs&t=1772959406&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=79c6e65bccf82d327f3c03e67fef1406e37b9014&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();