(function() { const u = '/apps/statistics.php?aid=363833&browser=IE&created_date=20260311&created_hour=11&dduuid=91a1b756ea177&device=0&device_type=desktop&os=Windows&ssid=619ovqa7m9mb5jsadr9s50npvt&t=1773198932&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e1a1af8a517557cce3f007a926f016429820c2ef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();