(function() { const u = '/apps/statistics.php?aid=104518&browser=IE&created_date=20260110&created_hour=15&dduuid=1f1a7ae1b5188&device=0&device_type=desktop&os=Windows&ssid=c3f5ldri9oqhpbhfceobvo2kdi&t=1768030181&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=be62d7218f0a9bbaee22b9a61ffe9046389ef918&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();