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