(function() { const u = '/apps/statistics.php?aid=425544&browser=IE&created_date=20260311&created_hour=18&dduuid=9a3aec157822b&device=0&device_type=desktop&os=Windows&ssid=a3pfr64gb7u2j7krcq15nhu8p8&t=1773225664&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=648084af3cfbddefdf7201dd1d56f8994bb3ebc3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();