(function() { const u = '/apps/statistics.php?aid=79884&browser=IE&created_date=20260303&created_hour=17&dduuid=7f2513da22f19&device=0&device_type=desktop&os=Windows&ssid=a0r4lf778h2badi46kue51ahmv&t=1772528757&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e72752336b0419e51caf80202e7dd929fd589ea5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();