(function() { const u = '/apps/statistics.php?aid=208093&browser=IE&created_date=20260102&created_hour=07&dduuid=a1204a4da3441&device=0&device_type=desktop&os=Windows&ssid=l40f19a0nqehr0d82b539ah12t&t=1767309368&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b81e88e0be060d3c9c0f9d530d42e3dc667dd1c6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();