(function() { const u = '/apps/statistics.php?aid=444135&browser=IE&created_date=20251216&created_hour=18&dduuid=ad936b6c6a81d&device=0&device_type=desktop&os=Windows&ssid=s0pm67qu83p82qit7ljqpsah7s&t=1765880875&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e378fb8378f2ba17c94845060d038e8d35c9bf1e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();