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