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