(function() { const u = '/apps/statistics.php?aid=18126&browser=IE&created_date=20260305&created_hour=12&dduuid=bd3265b22ecee&device=0&device_type=desktop&os=Windows&ssid=522rkdbl2uphiandqkn7hflmus&t=1772683755&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2c70b8020878aff95e2274c36b255e55f1e576a0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();