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