(function() { const u = '/apps/statistics.php?aid=457351&browser=IE&created_date=20260226&created_hour=08&dduuid=50144b9150f2a&device=0&device_type=desktop&os=Windows&ssid=5msg561jure2i8k0pke99e3tps&t=1772064523&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=94f301f8cebbcbddff20f69fa76b4780d74d569c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();