(function() { const u = '/apps/statistics.php?aid=141270&browser=IE&created_date=20260227&created_hour=11&dduuid=2b3966b56b28e&device=0&device_type=desktop&os=Windows&ssid=lqfn0h342nli92gh4es366sn0e&t=1772163998&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fd410a128f98c0d80bf76e0cdc46387290c3a6da&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();