(function() { const u = '/apps/statistics.php?aid=403401&browser=IE&created_date=20260307&created_hour=16&dduuid=a0d45bfe8cc13&device=0&device_type=desktop&os=Windows&ssid=5e1mhtp3efc8fqot3kbl7bkfd7&t=1772871031&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a06e1be6ea33136d420e45f3b3c03997193f406d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();