(function() { const u = '/apps/statistics.php?aid=431300&browser=IE&created_date=20260116&created_hour=07&dduuid=d8a52a81218a1&device=0&device_type=desktop&os=Windows&ssid=9722lstfc300id1vfsos068d5o&t=1768519490&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=42473d9c3fae4f0ab80c7527c0972dd459bbf67c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();