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