(function() { const u = '/apps/statistics.php?aid=415597&browser=IE&created_date=20251218&created_hour=16&dduuid=5af0a8d475b7d&device=0&device_type=desktop&os=Windows&ssid=n0bj26mia35ohbi25uhaq68td2&t=1766046647&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=55f45bdf45395e297568a3b8c809847e4678601d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();