(function() { const u = '/apps/statistics.php?aid=428560&browser=IE&created_date=20260121&created_hour=01&dduuid=e47231e99fa72&device=0&device_type=desktop&os=Windows&ssid=rm77rjcjo1u2qen4psbnb82vah&t=1768929445&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ca84a4c313a63a931daf63a40e719324fd8ef902&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();