(function() { const u = '/apps/statistics.php?aid=291768&browser=IE&created_date=20260223&created_hour=16&dduuid=5118c86ed56e7&device=0&device_type=desktop&os=Windows&ssid=1p6o9v48nh5da555cq6khd049t&t=1771834222&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e509c99a5ec139c3d3f83fe94e38b4588249b72a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();