(function() { const u = '/apps/statistics.php?aid=99069&browser=IE&created_date=20260201&created_hour=01&dduuid=84270a2fcbee1&device=0&device_type=desktop&os=Windows&ssid=ace85jhhife9v9eph654g5j2bn&t=1769880891&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c7f81a2aa5e6b75cbfc04f6df7389b0bc4a26088&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();