(function() { const u = '/apps/statistics.php?aid=453569&browser=IE&created_date=20260224&created_hour=21&dduuid=30449090bf18c&device=0&device_type=desktop&os=Windows&ssid=o66nr6h3k68glk3ip1kb20p5oa&t=1771938892&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=89ddb194d16c6da4f7e3d56a83d43b240af48f37&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();