(function() { const u = '/apps/statistics.php?aid=455138&browser=IE&created_date=20260311&created_hour=00&dduuid=decd92fd460b6&device=0&device_type=desktop&os=Windows&ssid=0g1vrr9uf7n9t3j6sgok7p8m1v&t=1773160817&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1a59e440674a31f7334a97a066536d728d7e5c5e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();