(function() { const u = '/apps/statistics.php?aid=455860&browser=IE&created_date=20260304&created_hour=16&dduuid=80e048a7a65f3&device=0&device_type=desktop&os=Windows&ssid=oh1248smvae6vk0aqmt73lu1pv&t=1772614255&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=da97f3a4e7299ebc2db0450ed45ab14d99e649eb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();