(function() { const u = '/apps/statistics.php?aid=453985&browser=IE&created_date=20260224&created_hour=03&dduuid=fa96df54d4be6&device=0&device_type=desktop&os=Windows&ssid=5es812o9bbi0v16lngra0ahl07&t=1771876711&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4aaa04169098dfc18f668197955259f8fc1fd29b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();