(function() { const u = '/apps/statistics.php?aid=441356&browser=IE&created_date=20251129&created_hour=17&dduuid=5837094923b4d&device=0&device_type=desktop&os=Windows&ssid=07bj4vlsdrnnsqoitck32ke7lf&t=1764409809&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0ce00fadcd73927affc3fc1351f8fc8c51c0bc8b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();