(function() { const u = '/apps/statistics.php?aid=424175&browser=IE&created_date=20260128&created_hour=16&dduuid=07bba8164e31e&device=0&device_type=desktop&os=Windows&ssid=63h63b3abmm32s7jd7moo5o4v9&t=1769587693&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=31c117a3e56d08b48dc54f1511ca92e65a21e11e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();