(function() { const u = '/apps/statistics.php?aid=291742&browser=IE&created_date=20260314&created_hour=13&dduuid=dc66041ef8b0c&device=0&device_type=desktop&os=Windows&ssid=u2lp25ufctvnpi295ermiig86r&t=1773466235&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a50519dbaf7fe0175f036529eacb7f0e0cdab871&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();