(function() { const u = '/apps/statistics.php?aid=444&browser=IE&created_date=20260308&created_hour=03&dduuid=92f05a74d1232&device=0&device_type=desktop&os=Windows&ssid=d4ofaqidos18t4plkgu4ei6ndk&t=1772911068&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ed366b072f0d00235f42b1349e369b5a6d493884&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();