(function() { const u = '/apps/statistics.php?aid=444950&browser=IE&created_date=20251219&created_hour=14&dduuid=c4b7f264d47db&device=0&device_type=desktop&os=Windows&ssid=s0d63uc5241a8s04unibld56p6&t=1766124638&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=75efd978a98073fa0c82b588be92148ef34e98bf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();