(function() { const u = '/apps/statistics.php?aid=119&browser=IE&created_date=20260314&created_hour=07&dduuid=f52c51fde3a36&device=0&device_type=desktop&os=Windows&ssid=pnaoqlmbhf498ejonlln8kt0d3&t=1773444764&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=166d2c770038a78e469aa312b300cb56b7a02559&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();