(function() { const u = '/apps/statistics.php?aid=207143&browser=IE&created_date=20260226&created_hour=12&dduuid=fbaf661af1014&device=0&device_type=desktop&os=Windows&ssid=dc77tgir26sjeqp7qgis667r2d&t=1772081581&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0b35ee61736b7b71f48f641c2e2ab3ddc6b497ea&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();