(function() { const u = '/apps/statistics.php?aid=442292&browser=IE&created_date=20260306&created_hour=02&dduuid=a20594da867da&device=0&device_type=desktop&os=Windows&ssid=4jj0k16sa01nkf0se0hle47hbj&t=1772734009&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=05925e225c193a154d6f24579bd92af38e5ef7d0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();