(function() { const u = '/apps/statistics.php?aid=445577&browser=IE&created_date=20260308&created_hour=02&dduuid=1cfb9a1fe77a6&device=0&device_type=desktop&os=Windows&ssid=v8688lo130co41fuaj4v171au1&t=1772909240&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e93c12a15f79f34ae32d7bf99e3441bee9bf351&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();