(function() { const u = '/apps/statistics.php?aid=17967&browser=IE&created_date=20260312&created_hour=04&dduuid=af19596ee4e11&device=0&device_type=desktop&os=Windows&ssid=cf3q9ikf2l6f8i5p76rr7umkbk&t=1773261046&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4566df978c5f1f8aa9f56e0be0b82110c8c47f71&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();