(function() { const u = '/apps/statistics.php?aid=22368&browser=IE&created_date=20260308&created_hour=11&dduuid=a151e9cd3d7fe&device=0&device_type=desktop&os=Windows&ssid=68vm8ko60rba0dch27e9oeucgi&t=1772941230&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cabc9b1777ce01456849d323a7d64728d14b5543&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();