(function() { const u = '/apps/statistics.php?aid=213639&browser=IE&created_date=20260307&created_hour=19&dduuid=ad622c3a6d491&device=0&device_type=desktop&os=Windows&ssid=40s1l69jbhk426gndhdepsqqgr&t=1772882822&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e1cb69e5ffa5ed2f26586c2ba69d19c5e0f0e8d7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();