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