(function() { const u = '/apps/statistics.php?aid=419259&browser=IE&created_date=20260306&created_hour=07&dduuid=d1466bf92176e&device=0&device_type=desktop&os=Windows&ssid=5g511b53snnbl51pu9bfnv3ogm&t=1772751833&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e38557dec3f78fa943fb7bec7bb3eb4ecbb15f7c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();