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