(function() { const u = '/apps/statistics.php?aid=449335&browser=IE&created_date=20260308&created_hour=12&dduuid=b4ceaa4bbd8fd&device=0&device_type=desktop&os=Windows&ssid=080f5j1387l5si97e0o0sdmgo3&t=1772943928&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eeb7afc90814a6571f125d306eeabaf8cb2138ea&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();