(function() { const u = '/apps/statistics.php?aid=400084&browser=IE&created_date=20260125&created_hour=09&dduuid=4183ff947d5fc&device=0&device_type=desktop&os=Windows&ssid=tfdm939ursqofh755o5qs60334&t=1769303862&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=91ccc691b16940f89b80954ad8ae57f165ead714&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();