(function() { const u = '/apps/statistics.php?aid=12125&browser=IE&created_date=20260122&created_hour=08&dduuid=a443dbcf8d391&device=0&device_type=desktop&os=Windows&ssid=islqps6te5umml56ag7prqed6f&t=1769041240&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d7e5417c46e558ff0ad7f135527f9de43b1dbdb0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();