(function() { const u = '/apps/statistics.php?aid=425047&browser=IE&created_date=20260224&created_hour=20&dduuid=c44a812395cbb&device=0&device_type=desktop&os=Windows&ssid=4o7smfo2je7l1msf8jlcmv9puo&t=1771937750&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3d0b5ccf533f1273fc7e2d750e304ac0810f7b93&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();