(function() { const u = '/apps/statistics.php?aid=429170&browser=IE&created_date=20260103&created_hour=18&dduuid=3d1762f7eda35&device=0&device_type=desktop&os=Windows&ssid=pe8m1m3rfmo4j2no8d5mkd5cnn&t=1767434663&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=442abbb08c0d13b852ee47fe269fc2f92629eaaf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();