(function() { const u = '/apps/statistics.php?aid=455100&browser=IE&created_date=20260224&created_hour=14&dduuid=d1c9e1a135816&device=0&device_type=desktop&os=Windows&ssid=0d9l30vb1ev53p3u7j76o1d3b4&t=1771913795&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9269aa5a1a34e9459341fa773e1e62e6c0b797b8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();