(function() { const u = '/apps/statistics.php?aid=149381&browser=IE&created_date=20260122&created_hour=00&dduuid=6bad57db1c9c3&device=0&device_type=desktop&os=Windows&ssid=dkr91n50lf5rsejr847hnpovjj&t=1769013448&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=64ebc5c4c46d0c78e80873d43ff08dac283ff701&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();