(function() { const u = '/apps/statistics.php?aid=453577&browser=IE&created_date=20260224&created_hour=20&dduuid=29463322bbc4c&device=0&device_type=desktop&os=Windows&ssid=sp8f7q1ndf32fsoeome9ebmkl7&t=1771935055&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=10f6d9cbcaf2cd1b4a2e743bc9296a17cd26e039&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();