(function() { const u = '/apps/statistics.php?aid=450686&browser=IE&created_date=20260225&created_hour=20&dduuid=84cf1a2b50d1d&device=0&device_type=desktop&os=Windows&ssid=57b4184tvjois2est7ckmbeo1v&t=1772024126&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6d07782bc944e219816c0782fc778471a6e4600f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();