(function() { const u = '/apps/statistics.php?aid=412&browser=IE&created_date=20260310&created_hour=23&dduuid=27f5972593a3e&device=0&device_type=desktop&os=Windows&ssid=c3i8m5pqbi758mocpk7t8p8e7r&t=1773155939&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cb888041647ab0fe650d8581a97d63f73950dfd5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();