(function() { const u = '/apps/statistics.php?aid=447048&browser=IE&created_date=20260310&created_hour=21&dduuid=3d17d89b96b14&device=0&device_type=desktop&os=Windows&ssid=6p0sghmgaag9s3a02ienh94n82&t=1773151198&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=81afe70abb6c2a4a02cdff47d09297d5d2f77454&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();