(function() { const u = '/apps/statistics.php?aid=435881&browser=IE&created_date=20251227&created_hour=18&dduuid=f409695177ba1&device=0&device_type=desktop&os=Windows&ssid=2h3q551tlu3n7tdrirkg5plijn&t=1766831365&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=99e7142c4288b3f13c9f703d3430b029570ff1d6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();