(function() { const u = '/apps/statistics.php?aid=267789&browser=IE&created_date=20260315&created_hour=04&dduuid=d2b9428448c78&device=0&device_type=desktop&os=Windows&ssid=7f9adodh80e26dq33pcekgiqq3&t=1773519207&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=31d6cc41a7b7910429bed7263e602e60f3db9371&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();