(function() { const u = '/apps/statistics.php?aid=417388&browser=IE&created_date=20260116&created_hour=13&dduuid=7ed590222f73f&device=0&device_type=desktop&os=Windows&ssid=gnd1qet2toaqg1h6d4q4h2r32b&t=1768541951&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cedec8dcf885e50685ccbf5be00c9dc271158d69&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();