(function() { const u = '/apps/statistics.php?aid=343296&browser=IE&created_date=20251221&created_hour=16&dduuid=df83056f20330&device=0&device_type=desktop&os=Windows&ssid=8bd1kse1vcjdfvnmikgi5ngk4j&t=1766304756&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=39865f59c0b740826d1b33b606500b7025f6280c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();