(function() { const u = '/apps/statistics.php?aid=161109&browser=IE&created_date=20260115&created_hour=12&dduuid=a3cef4c00ef9e&device=0&device_type=desktop&os=Windows&ssid=ieivvqjdtn6nrsjkivoclmde8s&t=1768451593&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f2e530449705ea2d2f982edc0403a55e51e37cd8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();