(function() { const u = '/apps/statistics.php?aid=454013&browser=IE&created_date=20260224&created_hour=06&dduuid=6957d40d6d68c&device=0&device_type=desktop&os=Windows&ssid=ag9mlhl4fkq15dku85g8q3fpss&t=1771885572&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0b5c2a9e86503804556a7d26f0743a4c6d727c80&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();