(function() { const u = '/apps/statistics.php?aid=371&browser=IE&created_date=20260311&created_hour=23&dduuid=2b262cf73286d&device=0&device_type=desktop&os=Windows&ssid=rbb7ieu05p13i65hbu09kbsbte&t=1773244676&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a17f81a62ca749285bd5e605f1f1dd0b3dad8c94&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();