(function() { const u = '/apps/statistics.php?aid=414385&browser=IE&created_date=20260304&created_hour=10&dduuid=0c4cb82ccda22&device=0&device_type=desktop&os=Windows&ssid=2h68ve878gpv75b9u1c7dd9etv&t=1772589972&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b2f5a03ca0e8806617863509f621fac8f0d907f5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();