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