(function() { const u = '/apps/statistics.php?aid=443819&browser=IE&created_date=20251220&created_hour=16&dduuid=b495d5468b716&device=0&device_type=desktop&os=Windows&ssid=1vo4kermtfjvjp85j3uu483f0p&t=1766220034&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=23b7fba4185e0b695fb77644523e31a87db1880f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();