(function() { const u = '/apps/statistics.php?aid=432417&browser=IE&created_date=20260307&created_hour=20&dduuid=00ef2d3697c95&device=0&device_type=desktop&os=Windows&ssid=7jrf0fj7s42mfvmr4rq96mhig0&t=1772886538&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6c062bb0a06f9e9388373d68e86e94bd17f3e00e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();