(function() { const u = '/apps/statistics.php?aid=396942&browser=IE&created_date=20260308&created_hour=16&dduuid=b1f9648692e90&device=0&device_type=desktop&os=Windows&ssid=27fm6u31ok6a9qp8o6epun8edm&t=1772958143&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9f2272cde4a14c9b86e19e17eed649650bc50a15&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();