(function() { const u = '/apps/statistics.php?aid=452408&browser=IE&created_date=20260305&created_hour=23&dduuid=4a13be6608fac&device=0&device_type=desktop&os=Windows&ssid=nkf0s7epv9bv81m5t1q20q1o1v&t=1772723060&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c184e8554107575615cc6d1023d2a81e44854c1f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();