(function() { const u = '/apps/statistics.php?aid=454178&browser=IE&created_date=20260315&created_hour=18&dduuid=26c2c7d834028&device=0&device_type=desktop&os=Windows&ssid=kjl9o7da2q0q6s2ionrluv8461&t=1773571131&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=26862d59b84fe95d6a820bce9ce48fa6e47ed0e1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();