(function() { const u = '/apps/statistics.php?aid=440541&browser=IE&created_date=20251224&created_hour=23&dduuid=61054c650bef0&device=0&device_type=desktop&os=Windows&ssid=b5c6o9505it75hj8uedpkptbr4&t=1766588786&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dbce5b91878de7ce968a4f28cdc88fa38147705a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();