(function() { const u = '/apps/statistics.php?aid=436207&browser=IE&created_date=20251226&created_hour=06&dduuid=7fe7f334d2a01&device=0&device_type=desktop&os=Windows&ssid=k5pq29dvlf762rfp50iddk05m1&t=1766702400&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fd2ac2ec853c27c68639b8a46d5b9fae0506d4d2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();