(function() { const u = '/apps/statistics.php?aid=89219&browser=IE&created_date=20260117&created_hour=06&dduuid=c2434b659c7f6&device=0&device_type=desktop&os=Windows&ssid=7q2q16dlj84sj3p3p4u18bdur0&t=1768601591&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e02fcb4df57797c1443aa1a59ff4a7f9570db08a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();