(function() { const u = '/apps/statistics.php?aid=451043&browser=IE&created_date=20260314&created_hour=10&dduuid=642f83149e909&device=0&device_type=desktop&os=Windows&ssid=3dfnfc1lg8s0jg40o6vks1t59m&t=1773454268&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=53007410ceec4b6d99ef7625d9610b37fe8d0e4a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();