(function() { const u = '/apps/statistics.php?aid=448758&browser=IE&created_date=20260113&created_hour=18&dduuid=4c6bcfa3d2d90&device=0&device_type=desktop&os=Windows&ssid=9pd43clbmh7tg16mb6u86e7e7h&t=1768301301&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=254844d7706c8b51418596ec17949136c4544354&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();