(function() { const u = '/apps/statistics.php?aid=450961&browser=IE&created_date=20260311&created_hour=17&dduuid=f194de397effe&device=0&device_type=desktop&os=Windows&ssid=uig1mq8uql9i3e86d5n5ieem6m&t=1773221954&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0125d5b299ddec2bb1a305c42daf61af150e3762&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();