(function() { const u = '/apps/statistics.php?aid=349638&browser=IE&created_date=20251222&created_hour=06&dduuid=1d759120d97b1&device=0&device_type=desktop&os=Windows&ssid=cqqnc9bq0gmf8rs3gok47ejuom&t=1766355961&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5c7f4b3d7683c58350e620c2c00a73257927644a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();