(function() { const u = '/apps/statistics.php?aid=451314&browser=IE&created_date=20260312&created_hour=17&dduuid=ee96212b95df9&device=0&device_type=desktop&os=Windows&ssid=sq6nki0rohsflgd1q7t2fg0l4o&t=1773308935&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=20de6489bf6b0d865ce8e59010105cb028c190de&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();