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