(function() { const u = '/apps/statistics.php?aid=14900&browser=IE&created_date=20260119&created_hour=13&dduuid=e49d5367694e2&device=0&device_type=desktop&os=Windows&ssid=qbc9otd8ku4slq8p20df6ctdsc&t=1768800411&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=15d2d821363ff82d7ad14a803be2ee5a0954244a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();