(function() { const u = '/apps/statistics.php?aid=449036&browser=IE&created_date=20260113&created_hour=11&dduuid=59af27473ca64&device=0&device_type=desktop&os=Windows&ssid=6u3ed0t0l8q1fut76uoatlvot2&t=1768275753&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=20b79540a7124e87e960a480f558d4db8a56e100&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();