(function() { const u = '/apps/statistics.php?aid=453058&browser=IE&created_date=20260312&created_hour=08&dduuid=4be1907cee2d3&device=0&device_type=desktop&os=Windows&ssid=qbjh9l4sotkfdamq0mr4hhe8ai&t=1773274151&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d302ae2538cd901bd338fb25ffd90c79a303365e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();