(function() { const u = '/apps/statistics.php?aid=366912&browser=IE&created_date=20260305&created_hour=22&dduuid=320cd5ecbc8b2&device=0&device_type=desktop&os=Windows&ssid=abhf421f8iiplka0rr4ha9ubih&t=1772720626&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=475da1643024ae5163a3b81956e24b5edc73aa80&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();