(function() { const u = '/apps/statistics.php?aid=443997&browser=IE&created_date=20260313&created_hour=13&dduuid=4103a6038009f&device=0&device_type=desktop&os=Windows&ssid=uqh88tc6kbge3cooc756f6fj47&t=1773378359&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=576505ee64eac33e3bd3c192c9440d2d536e7bd6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();