(function() { const u = '/apps/statistics.php?aid=445145&browser=IE&created_date=20251221&created_hour=09&dduuid=44ddd674bc784&device=0&device_type=desktop&os=Windows&ssid=9ucuejh76batqik84r7sj1048b&t=1766281265&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=37e38fd76e6d54de80d801cced5c008560480503&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();