(function() { const u = '/apps/statistics.php?aid=18127&browser=IE&created_date=20260113&created_hour=14&dduuid=18b0c5ff11d7c&device=0&device_type=desktop&os=Windows&ssid=41ur2unjp3em25o8prsps9tnmv&t=1768287304&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=154d416f0c58fb11711b3888d91403e2daeb8dff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();