(function() { const u = '/apps/statistics.php?aid=402022&browser=IE&created_date=20251223&created_hour=07&dduuid=24a9487f00349&device=0&device_type=desktop&os=Windows&ssid=bpiio0f9n9v314q2432jvpcc20&t=1766447157&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2edc17b7f380767feb5a267416979743ce075ed8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();