(function() { const u = '/apps/statistics.php?aid=267760&browser=IE&created_date=20260224&created_hour=13&dduuid=389b2f9e972c6&device=0&device_type=desktop&os=Windows&ssid=tvgpcihfdp6v0f8ovu238ntsbs&t=1771909302&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e856a65587bc3c6eb6d29e7390328927b536e718&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();