(function() { const u = '/apps/statistics.php?aid=14403&browser=IE&created_date=20260305&created_hour=02&dduuid=25b00317ce1ea&device=0&device_type=desktop&os=Windows&ssid=m7i7m860o93ol49ggm5b95t9hf&t=1772648110&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=87e12880503a9a1e56df0d13766e69b83ffbad40&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();