(function() { const u = '/apps/statistics.php?aid=424033&browser=IE&created_date=20260306&created_hour=04&dduuid=f9b1989f1c961&device=0&device_type=desktop&os=Windows&ssid=nfkmns7lv33c5jpqgrt5mmhm8u&t=1772741800&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1c3961a81d6a271ad89861884bcd099563243727&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();