(function() { const u = '/apps/statistics.php?aid=435360&browser=IE&created_date=20251231&created_hour=16&dduuid=52cd8921061f2&device=0&device_type=desktop&os=Windows&ssid=1hmjbe5ggi36oc4b6jscf3oplo&t=1767168347&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=477b66e5831d9bcb58b94fd8cb0a74e7dbdd40a1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();