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