(function() { const u = '/apps/statistics.php?aid=209988&browser=IE&created_date=20260227&created_hour=10&dduuid=5006457d3d6d7&device=0&device_type=desktop&os=Windows&ssid=gt1uen6huk4bsc6ctnoe0m2mlu&t=1772158561&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7a1cb30fc8e50cd44ad1f94cfb5e7f3241089e76&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();