(function() { const u = '/apps/statistics.php?aid=54354&browser=IE&created_date=20260224&created_hour=06&dduuid=884754dca8069&device=0&device_type=desktop&os=Windows&ssid=nmqo4uldfokauhrti7sumr5vvb&t=1771885774&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2ceb368dd61fd83e2b572771b8b68a53586f0bee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();