(function() { const u = '/apps/statistics.php?aid=211&browser=IE&created_date=20251220&created_hour=07&dduuid=41ad30a54c4ab&device=0&device_type=desktop&os=Windows&ssid=pttib6s921dlnhlrcvc7n7h0r1&t=1766185619&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7bdeebb582da1ee5dba0820c7d726fe46f9cdd67&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();