(function() { const u = '/apps/statistics.php?aid=435371&browser=IE&created_date=20251231&created_hour=15&dduuid=8124c9ac55dfe&device=0&device_type=desktop&os=Windows&ssid=7cr5ijlktth57fqhdqsm8rme9s&t=1767167330&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5978537f607337665ddb720cd434cef7cc20fdc4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();