(function() { const u = '/apps/statistics.php?aid=451575&browser=IE&created_date=20260307&created_hour=07&dduuid=95a95cfdeee19&device=0&device_type=desktop&os=Windows&ssid=odag5v3kads1i84u8b1qkrr7hs&t=1772839833&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8907d12f6bdae33b63948fe1e28fc08732bd0c1e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();