(function() { const u = '/apps/statistics.php?aid=404918&browser=IE&created_date=20260124&created_hour=15&dduuid=b0b2e3edf9f6d&device=0&device_type=desktop&os=Windows&ssid=smat6u1thqa162lpm30ug1o15g&t=1769238930&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=31a741c870c51991f465fb6b15211677a7d86148&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();