(function() { const u = '/apps/statistics.php?aid=17953&browser=IE&created_date=20260305&created_hour=12&dduuid=ed9b534ddc967&device=0&device_type=desktop&os=Windows&ssid=0sfc2ut8m5mbjk2hiu48saailp&t=1772683718&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2b703378f1bcda259537dbb740ead7495dc20f8f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();