(function() { const u = '/apps/statistics.php?aid=264497&browser=IE&created_date=20260118&created_hour=21&dduuid=b1126663ea721&device=0&device_type=desktop&os=Windows&ssid=asqo6e9cp1h4in7jl344p8kphi&t=1768744236&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=affe602962aac5f35c768f03d2f9bf1037dd3c1f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();