(function() { const u = '/apps/statistics.php?aid=213746&browser=IE&created_date=20260226&created_hour=07&dduuid=651014f838254&device=0&device_type=desktop&os=Windows&ssid=kkt58bsf9fbonmahrf5r0sa352&t=1772061483&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=76208bf22a77b48ce28122b700004e5768a195e1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();