(function() { const u = '/apps/statistics.php?aid=453618&browser=IE&created_date=20260224&created_hour=19&dduuid=169991c582734&device=0&device_type=desktop&os=Windows&ssid=4b64k9pau2lpgnbv8jih78fnrg&t=1771931675&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=05703506d3e8de031bc71774290fc965affb7bff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();