(function() { const u = '/apps/statistics.php?aid=448361&browser=IE&created_date=20260124&created_hour=08&dduuid=246699438e74e&device=0&device_type=desktop&os=Windows&ssid=hfbk2o0f4rh2hr9a7ppg0q4sjr&t=1769215070&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1ce3685bf505ccfb1015493e02f1a956d7881b9c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();