(function() { const u = '/apps/statistics.php?aid=42761&browser=IE&created_date=20260224&created_hour=09&dduuid=b49564a3f0c33&device=0&device_type=desktop&os=Windows&ssid=o4ukr6ti0028s319tb7gml2i87&t=1771895461&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=801e6312d1bfb6404521fdd91dee659029a961cc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();