(function() { const u = '/apps/statistics.php?aid=40887&browser=IE&created_date=20260311&created_hour=06&dduuid=764fefc413512&device=0&device_type=desktop&os=Windows&ssid=77srbh9rrnbr1t40eldi97kp04&t=1773181434&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0011b2f7a6939bab554040697b4f9e0b8c38698c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();