(function() { const u = '/apps/statistics.php?aid=438753&browser=IE&created_date=20260315&created_hour=21&dduuid=2ef4c9788fa92&device=0&device_type=desktop&os=Windows&ssid=eedst5hi8lg78nksafml00lokl&t=1773579901&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a738ce0a338bf382c85089859df40a39b9c3ab57&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();