(function() { const u = '/apps/statistics.php?aid=444456&browser=IE&created_date=20260316&created_hour=17&dduuid=82ef12e2dc534&device=0&device_type=desktop&os=Windows&ssid=4u5bsudro6amqn4e88bb4pidfq&t=1773654884&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9fe030da21dd8268c62e5a16870b78d4380dee98&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();