(function() { const u = '/apps/statistics.php?aid=447260&browser=IE&created_date=20260124&created_hour=00&dduuid=308dd84481e89&device=0&device_type=desktop&os=Windows&ssid=8gc6hltmlf8l2ijhg4b4vnj402&t=1769184469&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=13b69068d9489a77d2af6f4843464c1568ed0539&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();