(function() { const u = '/apps/statistics.php?aid=113980&browser=IE&created_date=20260313&created_hour=23&dduuid=bfa1e9106294f&device=0&device_type=desktop&os=Windows&ssid=oh86ld5ahrliu9uecst3cdq4pj&t=1773416796&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=642d4ec95aae32dfe0794822a20b510e6900fff1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();