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