(function() { const u = '/apps/statistics.php?aid=206549&browser=IE&created_date=20251226&created_hour=23&dduuid=ae34beb980b0c&device=0&device_type=desktop&os=Windows&ssid=ltv1h7lrc55fhe2ki1unnnl77p&t=1766763406&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1ac8389294358af1d82404d81fc2ca6244806849&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();