(function() { const u = '/apps/statistics.php?aid=113118&browser=IE&created_date=20260225&created_hour=05&dduuid=f514c256d3956&device=0&device_type=desktop&os=Windows&ssid=qk1o5l13a71ogskmv8ul4hh270&t=1771969688&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dfc5716c9961673968811d2bcbe4c65fd566c8bf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();