(function() { const u = '/apps/statistics.php?aid=340265&browser=IE&created_date=20260226&created_hour=02&dduuid=059d5ca61b1f6&device=0&device_type=desktop&os=Windows&ssid=sftqtqqde5reotbbjtbp1eamld&t=1772045924&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e3e2d235d5d56ff07d584ac2e59b5139373338c6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();