(function() { const u = '/apps/statistics.php?aid=111232&browser=IE&created_date=20260116&created_hour=18&dduuid=705f4693c4a79&device=0&device_type=desktop&os=Windows&ssid=1od4v3mgahcu55pqvggdvr7v7g&t=1768560988&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a56a30515b88d2a7d472cd85b9e92c151aadf418&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();