(function() { const u = '/apps/statistics.php?aid=33819&browser=IE&created_date=20260311&created_hour=08&dduuid=9694370ad33b2&device=0&device_type=desktop&os=Windows&ssid=qni6hfqqgcj6a5g8184ruqppva&t=1773187656&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ec4c5fad6458b8a7e43c16a49ec4f6776e925d20&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();