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