(function() { const u = '/apps/statistics.php?aid=455130&browser=IE&created_date=20260223&created_hour=22&dduuid=a833eeae2ea12&device=0&device_type=desktop&os=Windows&ssid=vdb7mr0suij864l5iuvtdkuqqt&t=1771856650&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fc1cfffeadcebf97c477a067f2672936e9fdb10d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();