(function() { const u = '/apps/statistics.php?aid=405436&browser=IE&created_date=20260307&created_hour=02&dduuid=9ae92e343848b&device=0&device_type=desktop&os=Windows&ssid=qtg1vr2fn6eil3d3tphqe0dkd6&t=1772821246&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eb48b2fca28c269c54c004c6ca0ae9b2d5a001cd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();