(function() { const u = '/apps/statistics.php?aid=79855&browser=IE&created_date=20260311&created_hour=23&dduuid=55d132372c450&device=0&device_type=desktop&os=Windows&ssid=330p6qfc57rnhqoae8tpde3ke0&t=1773243382&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=40dbeb537e50d09d85c577d8d5f8f588d6e50e8c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();