(function() { const u = '/apps/statistics.php?aid=21211&browser=IE&created_date=20260119&created_hour=01&dduuid=905252bdce13f&device=0&device_type=desktop&os=Windows&ssid=08cnthjo0gi4rdq3dmr504mh7v&t=1768759164&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=66122fb8fd371cf9f8509f0704bf59d4589579d6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();