(function() { const u = '/apps/statistics.php?aid=448535&browser=IE&created_date=20260226&created_hour=08&dduuid=289ba1645aefd&device=0&device_type=desktop&os=Windows&ssid=fbv4qrbvibutv3l1va3rb23iv4&t=1772067416&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b21445aef22206ed0e25fc145987935c32a49c50&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();