(function() { const u = '/apps/statistics.php?aid=452835&browser=IE&created_date=20260312&created_hour=02&dduuid=b3934eb87b8b0&device=0&device_type=desktop&os=Windows&ssid=ep0886og2v2h0b4m1can7dv3fr&t=1773255174&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e58a729f0d4b70acfb9778a0a00dac5a3afbfb79&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();