(function() { const u = '/apps/statistics.php?aid=21329&browser=IE&created_date=20260118&created_hour=17&dduuid=efe38c530c5e5&device=0&device_type=desktop&os=Windows&ssid=0smu5ju538ucgsed3902tghqs3&t=1768727899&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=263143c0f33b73d17d3fa8261ff75ebfb558acfb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();