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