(function() { const u = '/apps/statistics.php?aid=363156&browser=IE&created_date=20260225&created_hour=03&dduuid=5fdb310417d81&device=0&device_type=desktop&os=Windows&ssid=oolpqkqs0hrf3u4f0c8ghbenin&t=1771961722&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=aeb9b659a8fe567f5d61a8cbfbebcc86397e4cb1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();