(function() { const u = '/apps/statistics.php?aid=346307&browser=IE&created_date=20260102&created_hour=19&dduuid=7eb43fd87c81e&device=0&device_type=desktop&os=Windows&ssid=1cdtq10ocdg24t9luo9iu9bl0k&t=1767352990&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8cff4fe6c3826b116e709239d4d6df0e70ab1912&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();