(function() { const u = '/apps/statistics.php?aid=185125&browser=IE&created_date=20260115&created_hour=05&dduuid=2c3f97b79d11d&device=0&device_type=desktop&os=Windows&ssid=bq1bmfcd9etsjrs84rte15oeh6&t=1768425194&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5705012afa0d0d0b65139f50645095ae38240b6b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();