(function() { const u = '/apps/statistics.php?aid=454755&browser=IE&created_date=20260307&created_hour=16&dduuid=20dc88cd5af1c&device=0&device_type=desktop&os=Windows&ssid=qj2sld3jc6q0vol17dg1sobmq7&t=1772871008&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ec4922b80437bd5418e1b3a9a60f3ead78e390d7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();