(function() { const u = '/apps/statistics.php?aid=455254&browser=IE&created_date=20260313&created_hour=14&dduuid=6e399cfc8d748&device=0&device_type=desktop&os=Windows&ssid=aqds0gna03105rl125e3nff7o8&t=1773384686&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e7f0d3efda7d2195b989a78c09c286c597e1d3f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();