(function() { const u = '/apps/statistics.php?aid=449198&browser=IE&created_date=20260114&created_hour=03&dduuid=62a1b16fb448c&device=0&device_type=desktop&os=Windows&ssid=1qd2dllr3at51qm0dgae1lgfj9&t=1768330943&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e7982115480d87f654aadfaa2f5de43a4bde91bd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();