(function() { const u = '/apps/statistics.php?aid=210178&browser=IE&created_date=20260224&created_hour=02&dduuid=e1df593c593db&device=0&device_type=desktop&os=Windows&ssid=2smmi49k6se9rti592o061junh&t=1771871436&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6fa41a31153fa9dd1b8567384a95a415efe5e896&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();