(function() { const u = '/apps/statistics.php?aid=455284&browser=IE&created_date=20260311&created_hour=22&dduuid=09a5f037ccb5c&device=0&device_type=desktop&os=Windows&ssid=4inoiu3npc686n89tncctn5k31&t=1773238069&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0d0e0188ebefe232b07920e7586a1a87c5c18eb4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();