(function() { const u = '/apps/statistics.php?aid=437061&browser=IE&created_date=20251229&created_hour=04&dduuid=a36fbfd64556a&device=0&device_type=desktop&os=Windows&ssid=7gdgoahfbir23ejtb30eomsit2&t=1766953983&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bfe0213208bb5f43096f8c1a39353feb2a45ca74&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();