(function() { const u = '/apps/statistics.php?aid=454660&browser=IE&created_date=20260224&created_hour=01&dduuid=655cb77abcaff&device=0&device_type=desktop&os=Windows&ssid=tq2j9rpd9nsfh3nqv48pms6i6o&t=1771866620&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3521d6a432c413efef6dc54bd50b86cec7e11326&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();