(function() { const u = '/apps/statistics.php?aid=445124&browser=IE&created_date=20260315&created_hour=21&dduuid=ace406b325199&device=0&device_type=desktop&os=Windows&ssid=1alugipmos6l15s22lvedstgfa&t=1773581004&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e8ab21694d57a22652fbfcbb2db6b2e2081ef328&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();