(function() { const u = '/apps/statistics.php?aid=17448&browser=IE&created_date=20260113&created_hour=16&dduuid=0980855384cb6&device=0&device_type=desktop&os=Windows&ssid=pleucisr8vvapgqohgvnbs74ne&t=1768294452&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=07cc3f5ced53116f8a58d16ae26eba81824484f3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();