(function() { const u = '/apps/statistics.php?aid=213688&browser=IE&created_date=20251217&created_hour=15&dduuid=1b3a91b619973&device=0&device_type=desktop&os=Windows&ssid=4tdtn5q0gccru6r4af0v0v9ll3&t=1765958039&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=77d523a7d1279e168039b4b26418e4497a0be60f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();