(function() { const u = '/apps/statistics.php?aid=451727&browser=IE&created_date=20260306&created_hour=12&dduuid=30c91bae31e18&device=0&device_type=desktop&os=Windows&ssid=v6oqh1cdehhn5tigmg56cfeuli&t=1772772963&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d54177fe17e51dd44bf2d4562dd6957ee7b176ad&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();