(function() { const u = '/apps/statistics.php?aid=453849&browser=IE&created_date=20260224&created_hour=23&dduuid=e494157e7ded5&device=0&device_type=desktop&os=Windows&ssid=7t9hutg4m2air6llv052esdk3q&t=1771945768&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e97d6ff1e65790130bc27e013721576434b30c86&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();