(function() { const u = '/apps/statistics.php?aid=249908&browser=IE&created_date=20251222&created_hour=15&dduuid=fec39908057b5&device=0&device_type=desktop&os=Windows&ssid=o0gv2nh48btfjnmrjnmot8upm2&t=1766389156&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ed77fd53ace7d2d014a6837a33412af67810ae70&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();