(function() { const u = '/apps/statistics.php?aid=79861&browser=IE&created_date=20260111&created_hour=17&dduuid=5e5e54225e224&device=0&device_type=desktop&os=Windows&ssid=fribl40no40q0koi8apua4ilsp&t=1768122635&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=371340ca42f70682f14a0ec9dd5b93a189f22e87&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();