(function() { const u = '/apps/statistics.php?aid=448591&browser=IE&created_date=20260124&created_hour=00&dduuid=82e10dde20f63&device=0&device_type=desktop&os=Windows&ssid=bcsggrm9nb6gk0lmneuuc6ochq&t=1769184475&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=da109fb9084b1b742f063b57ab7622514ffa4e4a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();