(function() { const u = '/apps/statistics.php?aid=423708&browser=IE&created_date=20260310&created_hour=11&dduuid=8b6ef13c8bf7c&device=0&device_type=desktop&os=Windows&ssid=nc639r5e2i848tc7f45a19b7gd&t=1773115119&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=03dff2be25fb2a57ce23bd8814138176c2930ff3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();