(function() { const u = '/apps/statistics.php?aid=363164&browser=IE&created_date=20251221&created_hour=14&dduuid=25a01fd78500a&device=0&device_type=desktop&os=Windows&ssid=91v7fb6dmdo62p87ieuqeb0rnm&t=1766297739&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d5a48fdb89c3b0f1793c57437d442a3de98d8d0d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();