(function() { const u = '/apps/statistics.php?aid=422842&browser=IE&created_date=20260130&created_hour=17&dduuid=f08d56f8266f2&device=0&device_type=desktop&os=Windows&ssid=g92ua4849knal67vmikos8jlif&t=1769765661&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d1e985ffc4b40d4c018a87a3a74c4aac069afe02&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();