(function() { const u = '/apps/statistics.php?aid=400528&browser=IE&created_date=20260125&created_hour=09&dduuid=f187eb238cee1&device=0&device_type=desktop&os=Windows&ssid=hcp9hvppsp61ck79d2mbomo6vm&t=1769303840&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d260981f219ce660e777257574a40a83f8d1263&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();