(function() { const u = '/apps/statistics.php?aid=459726&browser=IE&created_date=20260313&created_hour=08&dduuid=6a2c4408a6f30&device=0&device_type=desktop&os=Windows&ssid=2l874f3lfirdo01usrb8f4hb81&t=1773362944&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c9b99f48a669e30c03f28736f8a4da94c6789caf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();